From 3b916ec1af070f00f43ceb4d3b41c8209739bb42 Mon Sep 17 00:00:00 2001 From: Vinoth Chandar Date: Thu, 30 May 2019 18:53:56 -0700 Subject: [PATCH] Add support for maven deploy plugin to make snapshot releases --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 824c6d851..05d489561 100644 --- a/pom.xml +++ b/pom.xml @@ -243,6 +243,19 @@ deploy + + maven-deploy-plugin + 2.8.1 + + + default-deploy + deploy + + deploy + + + + org.apache.maven.plugins maven-surefire-plugin