File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
<groupId >com.github.codestickers</groupId >
5
6
<artifactId >codestickers</artifactId >
78
79
<artifactId >maven-release-plugin</artifactId >
79
80
<version >2.5.3</version >
80
81
</plugin >
82
+ <plugin >
83
+ <groupId >org.apache.maven.plugins</groupId >
84
+ <artifactId >maven-jar-plugin</artifactId >
85
+ <version >3.1.0</version >
86
+ <configuration >
87
+ <archive >
88
+ <manifestEntries >
89
+ <Automatic-Module-Name >com.github.codestickers</Automatic-Module-Name >
90
+ </manifestEntries >
91
+ </archive >
92
+ </configuration >
93
+ </plugin >
81
94
</plugins >
82
95
</pluginManagement >
83
96
<plugins >
You can’t perform that action at this time.
0 commit comments