aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-27 17:07:44 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-27 17:08:32 -0400
commit867537f3f2f9bb1cbbb02532daaa604072d631a9 (patch)
treed2bbd4d34d55bd59492f09a20df7c700b6a26803
parent3a9ff74119c0f9ac69d87dbddbbb7c4c891bbff9 (diff)
Prepare cacher for global-jjb
Issue-ID: AAI-2478 Change-Id: I1478d3649db40a05f3a688b2f562f3bf51871500 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--.gitreview4
-rw-r--r--pom.xml17
2 files changed, 4 insertions, 17 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..ef52b6f
--- /dev/null
+++ b/.gitreview
@@ -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
--- a/pom.xml
+++ b/pom.xml
@@ -547,23 +547,6 @@
<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>