Prepare cacher for global-jjb 22/90622/1
authorJimmy Forsyth <jf2512@att.com>
Thu, 27 Jun 2019 21:07:44 +0000 (17:07 -0400)
committerJimmy Forsyth <jf2512@att.com>
Thu, 27 Jun 2019 21:08:32 +0000 (17:08 -0400)
Issue-ID: AAI-2478
Change-Id: I1478d3649db40a05f3a688b2f562f3bf51871500
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
.gitreview [new file with mode: 0644]
pom.xml

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..ef52b6f
--- /dev/null
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=aai/cacher
diff --git a/pom.xml b/pom.xml
index 8e3b57b..2884337 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <plugin>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-deploy-plugin</artifactId>
-                                       <executions>
-                                               <execution>
-                                                       <id>default-deploy</id>
-                                                       <phase>none</phase>
-                                               </execution>
-                                       </executions>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.sonatype.plugins</groupId>
-                                       <artifactId>nexus-staging-maven-plugin</artifactId>
-                                       <version>1.6.7</version>
-                                       <extensions>true</extensions>
-                                       <configuration>
-                                               <nexusUrl>${nexusproxy}</nexusUrl>
-                                               <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                               <serverId>ecomp-staging</serverId>
-                                       </configuration>
                                </plugin>
                        </plugins>
                </pluginManagement>