From: Gal Mainzer Date: Thu, 25 Jul 2013 21:26:23 +0000 (+0300) Subject: add deploy capabilities to build_tools module X-Git-Tag: jenkins-controller-bulk-release-prepare-only-1~91 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8636de82acacefe6698e65d7818eb42683713fd6;p=lispflowmapping.git add deploy capabilities to build_tools module Change-Id: Ia9200ad0e4db8917494b13292dcd123bb179c3a1 Signed-off-by: Gal Mainzer --- diff --git a/commons/build_tools/pom.xml b/commons/build_tools/pom.xml index d4044a9fe..53877b0f0 100644 --- a/commons/build_tools/pom.xml +++ b/commons/build_tools/pom.xml @@ -3,7 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - org.opendaylight.lispflowmapping + + org.opendaylight.lispflowmapping + lispflowmapping-commons + 0.1.0-SNAPSHOT + ../parent + common.build.tools 0.1.0-SNAPSHOT jar diff --git a/commons/code-parent/pom.xml b/commons/code-parent/pom.xml new file mode 100644 index 000000000..958283d4f --- /dev/null +++ b/commons/code-parent/pom.xml @@ -0,0 +1,80 @@ + + + 4.0.0 + + org.opendaylight.lispflowmapping + lispflowmapping-commons + 0.1.0-SNAPSHOT + ../parent + + lispflowmapping-code-commons + 0.1.0-SNAPSHOT + pom + + api + implementation + + + + + com.googlecode.maven-java-formatter-plugin + maven-java-formatter-plugin + 0.3.1 + + 1.6 + 1.6 + 1.6 + eclipse/formatter.xml + + + + org.opendaylight.lispflowmapping + common.build.tools + 0.1.0-SNAPSHOT + + + + + + format + + + + + + + + + org.opendaylight.lispflowmapping + common.unittest.tools + 0.1.0-SNAPSHOT + test + + + junit + junit + + + org.hamcrest + hamcrest-core + test + + + org.jmock + jmock-junit4 + test + + + org.jmock + jmock-legacy + test + + + junit-addons + junit-addons + test + + + diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 53ed98b62..6fab146e3 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -152,33 +152,6 @@ - - - com.googlecode.maven-java-formatter-plugin - maven-java-formatter-plugin - 0.3.1 - - 1.6 - 1.6 - 1.6 - eclipse/formatter.xml - - - - org.opendaylight.lispflowmapping - common.build.tools - 0.1.0-SNAPSHOT - - - - - - format - - - - - diff --git a/commons/unittest_tools/pom.xml b/commons/unittest_tools/pom.xml index b8e6780cf..5d6d55ef8 100644 --- a/commons/unittest_tools/pom.xml +++ b/commons/unittest_tools/pom.xml @@ -5,9 +5,9 @@ 4.0.0 org.opendaylight.lispflowmapping - lispflowmapping-commons + lispflowmapping-code-commons 0.1.0-SNAPSHOT - ../parent + ../code-parent common.unittest.tools 0.1.0-SNAPSHOT diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml index 9071a8c49..28f11bc7a 100644 --- a/mappingservice/pom.xml +++ b/mappingservice/pom.xml @@ -5,9 +5,9 @@ 4.0.0 org.opendaylight.lispflowmapping - lispflowmapping-commons + lispflowmapping-code-commons 0.1.0-SNAPSHOT - ../commons/parent + ../commons/code-parent mappingservice-parent 0.1.0-SNAPSHOT