We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e333b84 commit 8d2202eCopy full SHA for 8d2202e
1 file changed
pom.xml
@@ -72,7 +72,15 @@
72
<configuration>
73
<failOnError>false</failOnError>
74
<failOnWarnings>false</failOnWarnings>
75
+ <quiet>true</quiet>
76
</configuration>
77
+ <executions>
78
+ <execution>
79
+ <goals>
80
+ <goal>jar</goal>
81
+ </goals>
82
+ </execution>
83
+ </executions>
84
</plugin>
85
<plugin>
86
<groupId>org.apache.maven.plugins</groupId>
0 commit comments