diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-05-18 13:26:48 +0100 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-05-18 13:26:48 +0100 |
commit | 3fbc06dea1fb6a0d2aa68c78268744a650f60ac1 (patch) | |
tree | 0dca04af54e39a8390cf0ab7f11c4192d2d3aa70 /champ-service/pom.xml | |
parent | eea3704a67041eaabe073027796866bebe3230af (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>
Diffstat (limited to 'champ-service/pom.xml')
-rw-r--r-- | champ-service/pom.xml | 15 |
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> |