Disable gpg plugin for integration test

master
Andrew DeMaria 5 years ago
parent 445b4fba03
commit 16fb6d6134
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 12
      integration-test/pom.xml

@ -196,6 +196,18 @@
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<phase>none</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Loading…
Cancel
Save