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 --- aaf/pom.xml | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 aaf/pom.xml (limited to 'aaf/pom.xml') diff --git a/aaf/pom.xml b/aaf/pom.xml new file mode 100644 index 0000000..9673067 --- /dev/null +++ b/aaf/pom.xml @@ -0,0 +1,189 @@ + + + + com.att.cadi + parent + 1.3.2 + .. + + + 4.0.0 + CADI AAF (Application Authorization Framework) LUR + jar + https://github.com/att/AAF + CADI + cadi-aaf + + + com.att.authz + authz-client + + + + com.att.cadi + cadi-client + + + + com.att.cadi + cadi-client + + + + com.att.aft + dme2 + provided + + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + org.slf4j + slf4j-log4j12 + 1.7.5 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + + + + maven-assembly-plugin + + tests + + + com.att.cadi.cm.CmAgent + + + + true + + + + + + full + package + + single + + + + src/assemble/cadi-aaf.xml + + + + + + + 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 + + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + + true + + + + sign-full + + sign + + + target/${project.artifactId}-${project.version}-full.jar + + + + verify-full + + verify + + + target/${project.artifactId}-${project.version}-full.jar + + + + + + + + -- cgit 1.2.3-korg