diff options
Diffstat (limited to 'auth/auth-certman')
-rw-r--r-- | auth/auth-certman/.gitignore | 6 | ||||
-rw-r--r-- | auth/auth-certman/pom.xml | 13 |
2 files changed, 1 insertions, 18 deletions
diff --git a/auth/auth-certman/.gitignore b/auth/auth-certman/.gitignore deleted file mode 100644 index 70922378..00000000 --- a/auth/auth-certman/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/target/ -/logs/ -/.settings/ -/.classpath -/tokens/ -/.project diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 42be0418..dd5c17ab 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -102,16 +102,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> |