From: Michael Vorburger Date: Thu, 20 Oct 2016 00:04:51 +0000 (+0200) Subject: Replace target/ by ${project.build.directory}/ to make target-ide/ possible X-Git-Tag: release/carbon~430 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=7ef2f4f111f87567cd191457be31c1daca90b9a2;ds=sidebyside Replace target/ by ${project.build.directory}/ to make target-ide/ possible Change-Id: Id67a0a6b447a237dd727d2b9ba47c735fc759b81 Signed-off-by: Michael Vorburger --- diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 511b8110dc..45ceb6f7f4 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -84,7 +84,7 @@ 2.0-beta-2 - target/generated-sources/config-binding + ${project.build.directory}/generated-sources/config-binding 0.4.0-SNAPSHOT 1.8.0-SNAPSHOT @@ -113,7 +113,7 @@ - target/generated-sources/mdsal-binding + ${project.build.directory}/generated-sources/mdsal-binding 0.9.0-SNAPSHOT 0.8.0-SNAPSHOT @@ -127,8 +127,8 @@ 2.4 jacoco java - target/code-coverage/jacoco.exec - target/code-coverage/jacoco-it.exec + ${project.build.directory}/code-coverage/jacoco.exec + ${project.build.directory}/code-coverage/jacoco-it.exec org.openflow.openflowj,net.sf.jung2,org.opendaylight.controller.protobuff.messages 0.8.0-SNAPSHOT 0.8.0-SNAPSHOT @@ -796,7 +796,7 @@ true true - target/apidocs + ${project.build.directory}/apidocs