Skip to content

Commit d11cded

Browse files
author
S L
committed
we want to create a uber-jar not a uber-war :)
1 parent 27bdb57 commit d11cded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<target>${java.target}</target>
213213
</configuration>
214214
</plugin>
215-
<!-- we need to create a uber war for https://github.com/ktoso/maven-git-commit-id-plugin/issues/196 -->
215+
<!-- we need to create a uber-jar for https://github.com/ktoso/maven-git-commit-id-plugin/issues/196 -->
216216
<plugin>
217217
<groupId>org.apache.maven.plugins</groupId>
218218
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)