We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a9329 commit 7407942Copy full SHA for 7407942
maven-simplest/pom.xml
@@ -67,7 +67,7 @@
67
</transformers>
68
<artifactSet>
69
</artifactSet>
70
- <outputFile>${project.build.directory}/${artifactId}-${project.version}-fat.jar</outputFile>
+ <outputFile>${project.build.directory}/${project.artifactId}-${project.version}-fat.jar</outputFile>
71
</configuration>
72
</execution>
73
</executions>
maven-verticle/pom.xml
@@ -87,7 +87,7 @@
87
88
89
90
91
92
93
0 commit comments