From 4a51a8f96715ffb2a42189b93b9fa91b453b8530 Mon Sep 17 00:00:00 2001 From: sg481n Date: Thu, 3 Aug 2017 17:39:12 -0400 Subject:  [AAF-21] Initial code import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia1dd196befd061f6ba0c2be6bf4456a30ea50f97 Signed-off-by: sg481n --- client/pom.xml | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 client/pom.xml (limited to 'client/pom.xml') diff --git a/client/pom.xml b/client/pom.xml new file mode 100644 index 0000000..562a92a --- /dev/null +++ b/client/pom.xml @@ -0,0 +1,108 @@ + + + + com.att.cadi + parent + 1.3.2 + .. + + + CADI Client + cadi-client + jar + https://github.com/att/AAF + CADI + 4.0.0 + + + + com.att.inno + rosetta + + + com.att.cadi + cadi-core + + + com.att.aft + dme2 + compile + + + + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + + + + attach-javadocs + + jar + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrhdme + https://oss.sonatype.org/ + true + + + + + + -- cgit 1.2.3-korg