Skip to content

Commit 8d2202e

Browse files
committed
build: satisfy Nexus Staging Rules
1 parent e333b84 commit 8d2202e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,15 @@
7272
<configuration>
7373
<failOnError>false</failOnError>
7474
<failOnWarnings>false</failOnWarnings>
75+
<quiet>true</quiet>
7576
</configuration>
77+
<executions>
78+
<execution>
79+
<goals>
80+
<goal>jar</goal>
81+
</goals>
82+
</execution>
83+
</executions>
7684
</plugin>
7785
<plugin>
7886
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)