From 37e47101836b20ee495962a6d813a9d5f8d9109a Mon Sep 17 00:00:00 2001 From: sg481n Date: Thu, 3 Aug 2017 17:44:44 -0400 Subject:  [AAF-23] Initial code import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8c0dc03058ae4fbb85c28a050bdd77e6c372d6c3 Signed-off-by: sg481n --- pom.xml | 213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 213 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..610f7f5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,213 @@ + + + 4.0.0 + com.att.inno + parent + Parent POM for JG Innovation + 1.2.13 + pom + https://github.com/att/AAF + INNO + + + BSD License + + + + + + + Jonathan Gathman + + ATT + + + + + + UTF-8 + 1.3.2 + + + + + junit + junit + 4.10 + test + + + + + src/test/java + + + org.apache.maven.plugins + 2.4 + maven-jar-plugin + + target + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + false + + **/JU*.java + + + + + + + true + org.apache.maven.plugins + maven-compiler-plugin + + + 1.6 + 1.6 + + + + 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 + + + + + + + + + + ossrhdme + https://oss.sonatype.org/content/repositories/snapshots + + + ossrhdme + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + https://github.com/att/AAF.git + ${project.scm.connection} + http://github.com/att/AAF/tree/master + + + + env + xgen + rosetta + + + log4j + + + + + + com.att.cadi + cadi-core + ${project.cadiVersion} + + + com.att.cadi + cadi-aaf + ${project.cadiVersion} + + + log4j + log4j + 1.2.17 + + + org.slf4j + slf4j-log4j12 + 1.7.5 + + + + + + -- cgit 1.2.3-korg