mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-06 04:55:30 -04:00
Now skips creation of empty JARs (less warnings in output).
This commit is contained in:
parent
d997096818
commit
2af5662527
1
pom.xml
1
pom.xml
@ -62,6 +62,7 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<skipIfEmpty>true</skipIfEmpty>
|
||||||
<archive>
|
<archive>
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
<Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title>
|
<Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user