summaryrefslogtreecommitdiffstats
path: root/auth/auth-locate
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-locate')
-rw-r--r--auth/auth-locate/.gitignore6
-rw-r--r--auth/auth-locate/pom.xml13
2 files changed, 1 insertions, 18 deletions
diff --git a/auth/auth-locate/.gitignore b/auth/auth-locate/.gitignore
deleted file mode 100644
index 3fea7c64..00000000
--- a/auth/auth-locate/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/target/
-/.classpath
-/logs/
-/.settings/
-/tokens/
-/.project
diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml
index 4fb54db3..60b1d128 100644
--- a/auth/auth-locate/pom.xml
+++ b/auth/auth-locate/pom.xml
@@ -98,16 +98,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>