From bd890c575163e4d87ac24198b9c68a39cf4bbc4d Mon Sep 17 00:00:00 2001 From: sg481n Date: Mon, 28 Aug 2017 12:11:35 -0400 Subject: Update project structure to org.onap.aaf Update project structure of authz module in aaf from com.att to org.onap.aaf and add distribution management and repositories. Issue-id: AAF-21 Change-Id: Ia2486954e99f2bd60f18122ed60d32d5590781e9 Signed-off-by: sg481n --- authz-batch/pom.xml | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 authz-batch/pom.xml (limited to 'authz-batch/pom.xml') diff --git a/authz-batch/pom.xml b/authz-batch/pom.xml new file mode 100644 index 00000000..a2233f06 --- /dev/null +++ b/authz-batch/pom.xml @@ -0,0 +1,256 @@ + + + + + 4.0.0 + + com.att.authz + parent + 1.0.0-SNAPSHOT + ../pom.xml + + + authz-batch + Authz Batch + Batch Processing for Authz + jar + https://github.com/att/AAF + + + BSD License + + + + + + Jonathan Gathman + + ATT + + + + + + false + 1 + + + + + + org.onap.aaf.inno + env + + + + org.onap.aaf.inno + rosetta + + + + org.onap.aaf.cadi + cadi-core + + + + org.onap.aaf.cadi + cadi-aaf + + + + + + + + com.att.authz + authz-cass + + + javax.servlet + servlet-api + + + org.onap.aaf.cadi + cadi-aaf + + + org.onap.aaf.cadi + cadi-core + + + org.onap.aaf.cadi + cadi-client + + + + + + + org.joda + joda-time + 2.5 + + + + org.slf4j + slf4j-log4j12 + + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + maven-assembly-plugin + 2.4 + + + tests + + + true + + + + + + depends + package + + single + + + + jar-with-dependencies + + + + com.att.authz.Batch + + + + + + swm + package + + single + + + authz-batch-${project.version}.${project.swmVersion} + + ../authz-service/src/main/assemble/swm.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.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrhdme + https://oss.sonatype.org/ + true + + + + + -- cgit 1.2.3-korg