Update champ-service pom to force staging 67/48167/1
authorMichael Arrastia <MArrasti@amdocs.com>
Fri, 18 May 2018 12:26:48 +0000 (13:26 +0100)
committerMichael Arrastia <MArrasti@amdocs.com>
Fri, 18 May 2018 12:26:48 +0000 (13:26 +0100)
This is an attempt to force the autorelease staging.

Change-Id: I203c9e27fc41d4d4a61ba9a25a07479d50e162c9
Issue-ID: AAI-1146
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
champ-service/pom.xml

index 49b0e35..9011bb8 100644 (file)
@@ -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>