Skip to content

Commit 0326096

Browse files
committed
Name the built jar ProtocolLib.jar
1 parent 5804f05 commit 0326096

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ProtocolLib/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@
110110
</execution>
111111
</executions>
112112
</plugin>
113+
114+
<plugin>
115+
<groupId>org.apache.maven.plugins</groupId>
116+
<artifactId>maven-jar-plugin</artifactId>
117+
<version>2.1</version>
118+
<configuration>
119+
<archive>
120+
<addMavenDescriptor>false</addMavenDescriptor>
121+
</archive>
122+
<finalName>${project.name}</finalName>
123+
</configuration>
124+
</plugin>
125+
113126
</plugins>
114127
</build>
115128

0 commit comments

Comments
 (0)