summaryrefslogtreecommitdiffstats
path: root/auth/auth-oauth
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-03-26 22:57:09 +0000
committerSai Gandham <sg481n@att.com>2018-03-26 23:01:30 +0000
commite01703c951dca2546cc5a9ccdfc9789d30630ec6 (patch)
tree0a555fe14cf93f92e125dfdaaa1006e9a699e10b /auth/auth-oauth
parent31d847ed8562bc6169fd8c33af93302d67ab074e (diff)
Modify authz pom files.
Modified all pom files in AAF project and removed ATT distribution management repos and added sonar & ONAP staging plugin just for Misc module.Other auth & cadi pom files will be modified in the next commit. Issue-ID: AAF-197 Change-Id: I4913a3329dd6d023416411293edbb2d1376f4f1a Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/auth-oauth')
-rw-r--r--auth/auth-oauth/.gitignore5
-rw-r--r--auth/auth-oauth/pom.xml13
2 files changed, 1 insertions, 17 deletions
diff --git a/auth/auth-oauth/.gitignore b/auth/auth-oauth/.gitignore
deleted file mode 100644
index 418e5b3a..00000000
--- a/auth/auth-oauth/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/target/
-/.classpath
-/bin/
-/.settings
-/.project
diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml
index 40ada58a..03da9a20 100644
--- a/auth/auth-oauth/pom.xml
+++ b/auth/auth-oauth/pom.xml
@@ -93,16 +93,5 @@
</plugins>
</build>
- <distributionManagement>
- <repository>
- <id>nexus</id>
- <name>attarch-releases</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases</url>
- </repository>
- <snapshotRepository>
- <id>nexus</id>
- <name>attarch-snapshots</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots</url>
- </snapshotRepository>
- </distributionManagement>
+
</project>