diff options
Diffstat (limited to 'auth/auth-fs')
-rw-r--r-- | auth/auth-fs/.gitignore | 7 | ||||
-rw-r--r-- | auth/auth-fs/pom.xml | 21 |
2 files changed, 9 insertions, 19 deletions
diff --git a/auth/auth-fs/.gitignore b/auth/auth-fs/.gitignore deleted file mode 100644 index d3881782..00000000 --- a/auth/auth-fs/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/target/ -/.classpath -/.settings -/.project -/Dockerfile -/dbuild -/drun diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index 11582b4b..d3261f99 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/pom.xml @@ -63,6 +63,14 @@ <role>Developer</role> </roles> </developer> + <developer> + <name>Sai Gandham</name> + <email>sai.gandham@att.com</email> + <organization>ATT</organization> + <roles> + <role>Developer</role> + </roles> + </developer> </developers> <dependencies> @@ -107,16 +115,5 @@ </pluginManagement> </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> |