summaryrefslogtreecommitdiffstats
path: root/cadi
diff options
context:
space:
mode:
Diffstat (limited to 'cadi')
-rw-r--r--cadi/.gitignore2
-rw-r--r--cadi/.project17
-rw-r--r--cadi/aaf/.gitignore4
-rw-r--r--cadi/aaf/.project23
-rw-r--r--cadi/aaf/jenkins-pom.xml14
-rw-r--r--cadi/aaf/pom.xml8
-rw-r--r--cadi/cass/.gitignore4
-rw-r--r--cadi/cass/.project23
-rw-r--r--cadi/cass/pom.xml8
-rw-r--r--cadi/client/.gitignore5
-rw-r--r--cadi/client/pom.xml8
-rw-r--r--cadi/core/.gitignore5
-rw-r--r--cadi/core/.project23
-rw-r--r--cadi/core/pom.xml8
-rw-r--r--cadi/oauth-enduser/.gitignore6
-rw-r--r--cadi/oauth-enduser/.settings/.gitignore2
-rw-r--r--cadi/pom.xml24
-rw-r--r--cadi/shiro/.gitignore5
-rw-r--r--cadi/shiro/pom.xml8
19 files changed, 50 insertions, 147 deletions
diff --git a/cadi/.gitignore b/cadi/.gitignore
deleted file mode 100644
index 100951d2..00000000
--- a/cadi/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/.settings/
-/.classpath
diff --git a/cadi/.project b/cadi/.project
deleted file mode 100644
index 544e2f33..00000000
--- a/cadi/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>cadi</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/cadi/aaf/.gitignore b/cadi/aaf/.gitignore
deleted file mode 100644
index 30c908e8..00000000
--- a/cadi/aaf/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/.settings/
-/.classpath
-/logs/
-/target/
diff --git a/cadi/aaf/.project b/cadi/aaf/.project
deleted file mode 100644
index 8151d3d5..00000000
--- a/cadi/aaf/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>cadi_aaf</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/cadi/aaf/jenkins-pom.xml b/cadi/aaf/jenkins-pom.xml
index f1a0f0a8..7125258a 100644
--- a/cadi/aaf/jenkins-pom.xml
+++ b/cadi/aaf/jenkins-pom.xml
@@ -240,18 +240,6 @@
</plugins>
</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>
diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml
index 368d02a6..b2f1bdc6 100644
--- a/cadi/aaf/pom.xml
+++ b/cadi/aaf/pom.xml
@@ -59,6 +59,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>
diff --git a/cadi/cass/.gitignore b/cadi/cass/.gitignore
deleted file mode 100644
index 2fd21f99..00000000
--- a/cadi/cass/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/target/
-/.classpath
-/.settings/
-/target/
diff --git a/cadi/cass/.project b/cadi/cass/.project
deleted file mode 100644
index 8efd1f6e..00000000
--- a/cadi/cass/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>cadi_cass</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/cadi/cass/pom.xml b/cadi/cass/pom.xml
index 9db57a48..93f69137 100644
--- a/cadi/cass/pom.xml
+++ b/cadi/cass/pom.xml
@@ -59,6 +59,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>
diff --git a/cadi/client/.gitignore b/cadi/client/.gitignore
deleted file mode 100644
index 8f9d9622..00000000
--- a/cadi/client/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/.project
-/.settings/
-/target/
-/logs/
-/.classpath
diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml
index a553b1b0..c2e80827 100644
--- a/cadi/client/pom.xml
+++ b/cadi/client/pom.xml
@@ -57,6 +57,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>
diff --git a/cadi/core/.gitignore b/cadi/core/.gitignore
deleted file mode 100644
index 54c1f5fe..00000000
--- a/cadi/core/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/.settings/
-/war/
-/.classpath
-/.DS_Store
-/target/
diff --git a/cadi/core/.project b/cadi/core/.project
deleted file mode 100644
index f6617372..00000000
--- a/cadi/core/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>cadi_core</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml
index 5ad6baac..ffd7b502 100644
--- a/cadi/core/pom.xml
+++ b/cadi/core/pom.xml
@@ -50,6 +50,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>
<dependency>
diff --git a/cadi/oauth-enduser/.gitignore b/cadi/oauth-enduser/.gitignore
deleted file mode 100644
index ed10e327..00000000
--- a/cadi/oauth-enduser/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/target/
-/.DS_Store
-/.classpath
-/tokens/
-/bin/
-/.project
diff --git a/cadi/oauth-enduser/.settings/.gitignore b/cadi/oauth-enduser/.settings/.gitignore
deleted file mode 100644
index e2635f07..00000000
--- a/cadi/oauth-enduser/.settings/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/org.eclipse.jdt.core.prefs
-/org.eclipse.m2e.core.prefs
diff --git a/cadi/pom.xml b/cadi/pom.xml
index 0634cc69..1928f7df 100644
--- a/cadi/pom.xml
+++ b/cadi/pom.xml
@@ -69,6 +69,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>
@@ -365,19 +373,5 @@
</build>
- <!-- ============================================================== -->
- <!-- Maven Central Repository Information -->
- <!-- ============================================================== -->
- <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>
diff --git a/cadi/shiro/.gitignore b/cadi/shiro/.gitignore
deleted file mode 100644
index cb0cea39..00000000
--- a/cadi/shiro/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.project
-/.classpath
-/.settings
diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml
index 07ff5ab5..40d98edc 100644
--- a/cadi/shiro/pom.xml
+++ b/cadi/shiro/pom.xml
@@ -59,6 +59,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>