summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-05-18 13:26:48 +0100
committerMichael Arrastia <MArrasti@amdocs.com>2018-05-18 13:26:48 +0100
commit3fbc06dea1fb6a0d2aa68c78268744a650f60ac1 (patch)
tree0dca04af54e39a8390cf0ab7f11c4192d2d3aa70
parenteea3704a67041eaabe073027796866bebe3230af (diff)
Update champ-service pom to force staging
This is an attempt to force the autorelease staging. Change-Id: I203c9e27fc41d4d4a61ba9a25a07479d50e162c9 Issue-ID: AAI-1146 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
-rw-r--r--champ-service/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 49b0e35..9011bb8 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -329,6 +329,21 @@ limitations under the License.
<forceTags>true</forceTags>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>