Skip to content

Commit ef1ef4e

Browse files
committed
Comment plugins.
Fix that assembly plugin create unusable jar and real product with long name.
1 parent 53a09ba commit ef1ef4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</configuration>
5454
</plugin>
5555

56-
<!-- Set a compiler level -->
56+
<!-- Maven Compiler plugin -->
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
5959
<artifactId>maven-compiler-plugin</artifactId>
@@ -73,6 +73,8 @@
7373
<descriptorRefs>
7474
<descriptorRef>jar-with-dependencies</descriptorRef>
7575
</descriptorRefs>
76+
77+
<appendAssemblyId>false</appendAssemblyId>
7678
</configuration>
7779
<executions>
7880
<execution>
@@ -85,6 +87,7 @@
8587
</executions>
8688
</plugin>
8789

90+
<!-- Maven Release Plugin -->
8891
<plugin>
8992
<groupId>org.apache.maven.plugins</groupId>
9093
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)