diff options
Diffstat (limited to 'auth/auth-hello')
-rw-r--r-- | auth/auth-hello/.gitignore | 8 | ||||
-rw-r--r-- | auth/auth-hello/pom.xml | 12 |
2 files changed, 0 insertions, 20 deletions
diff --git a/auth/auth-hello/.gitignore b/auth/auth-hello/.gitignore deleted file mode 100644 index daa4ec18..00000000 --- a/auth/auth-hello/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -/target/ -/logs/ -/.settings/ -/.classpath -/tokens/ - -/bin/ -/.project diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml index bac4537e..44c8f4a5 100644 --- a/auth/auth-hello/pom.xml +++ b/auth/auth-hello/pom.xml @@ -81,16 +81,4 @@ </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> |