diff options
Diffstat (limited to 'sshkeyshare/pom.xml')
-rw-r--r-- | sshkeyshare/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sshkeyshare/pom.xml b/sshkeyshare/pom.xml index c3e6b6b..ee382d6 100644 --- a/sshkeyshare/pom.xml +++ b/sshkeyshare/pom.xml @@ -72,6 +72,16 @@ limitations under the License. <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> </configuration> </plugin> + + <!-- maven-deploy-plugin is called during deploy but we do not need it --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </pluginManagement> @@ -138,7 +148,6 @@ limitations under the License. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.2.1</version> <executions> <execution> <id>clean phase script</id> |