From 161c5c34e4a3c6999578c833add2f60e2494dbb3 Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 5 Feb 2011 13:42:26 +0000 Subject: Fix lots of depricated maven variable warnings for Maven v3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68 --- .../itest/bpel/helloworld-reference/pom.xml | 2 +- .../trunk/testing/itest/bpel/helloworld-ws/pom.xml | 2 +- .../trunk/testing/itest/bpel/helloworld/pom.xml | 42 ++-------------------- 3 files changed, 4 insertions(+), 42 deletions(-) (limited to 'sca-java-2.x/trunk/testing/itest/bpel') diff --git a/sca-java-2.x/trunk/testing/itest/bpel/helloworld-reference/pom.xml b/sca-java-2.x/trunk/testing/itest/bpel/helloworld-reference/pom.xml index cc2ea3676f..efef84de17 100644 --- a/sca-java-2.x/trunk/testing/itest/bpel/helloworld-reference/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/bpel/helloworld-reference/pom.xml @@ -90,7 +90,7 @@ - ${artifactId} + ${project.artifactId} org.apache.maven.plugins diff --git a/sca-java-2.x/trunk/testing/itest/bpel/helloworld-ws/pom.xml b/sca-java-2.x/trunk/testing/itest/bpel/helloworld-ws/pom.xml index dffbb4f9a9..7cc80fa468 100644 --- a/sca-java-2.x/trunk/testing/itest/bpel/helloworld-ws/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/bpel/helloworld-ws/pom.xml @@ -81,7 +81,7 @@ - ${artifactId} + ${project.artifactId} org.apache.maven.plugins diff --git a/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml b/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml index ad5b69ec69..dcca2ebec9 100644 --- a/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml @@ -54,7 +54,7 @@ - ${artifactId} + ${project.artifactId} org.apache.maven.plugins @@ -65,6 +65,7 @@ false false true + -Djava.endorsed.dirs=target/endorsed @@ -93,45 +94,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - -Djava.endorsed.dirs=target/endorsed - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy - generate-sources - - copy - - - - - javax.xml.ws - jaxws-api - 2.1 - jar - - - javax.xml.bind - jaxb-api - 2.1 - jar - - - ${project.build.directory}/endorsed - false - true - - - - org.codehaus.mojo build-helper-maven-plugin -- cgit v1.2.3