From 13d05bc8458758ee39cb829098241e89616717ee Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 9 Sep 2015 22:15:21 -0700 Subject: ONOS checkin based on commit tag e796610b1f721d02f9b0e213cf6f7790c10ecd60 Change-Id: Ife8810491034fe7becdba75dda20de4267bd15cd --- framework/src/onos/tools/build/pom.xml | 123 +++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 framework/src/onos/tools/build/pom.xml (limited to 'framework/src/onos/tools/build/pom.xml') diff --git a/framework/src/onos/tools/build/pom.xml b/framework/src/onos/tools/build/pom.xml new file mode 100644 index 00000000..ea473ed2 --- /dev/null +++ b/framework/src/onos/tools/build/pom.xml @@ -0,0 +1,123 @@ + + + + 4.0.0 + + + 3.0.0 + + + org.onosproject + onos-base + pom + 1 + + ${project.artifactId} + Open Network Operating System Base Pom + + http://onosproject.org/ + + + scm:git:https://gerrit.onosproject.org/onos + scm:git:https://gerrit.onosproject.org/onos + http://gerrit.onosproject.org/ + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Open Networking Lab + http://onlab.us + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.5 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + + -- cgit 1.2.3-korg