summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.5.2/itest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-11 09:28:16 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-11 09:28:16 +0000
commit69ce05a59ac284834dcad79d720c1c8ce60bd239 (patch)
treef59a5ffffb40c609adf2b60f742c2bda3f66af19 /sca-java-1.x/branches/sca-java-1.5.2/itest
parentcbf23c742bd6395abf36e289af311ef045205e63 (diff)
Add an explicit version for the exec-maven-plugin and provide a repository to retrieve it from.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.5.2/itest')
-rw-r--r--sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/interop/pom.xml9
-rw-r--r--sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/jaxbgen/pom.xml9
-rw-r--r--sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/sdogen/pom.xml10
3 files changed, 28 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/interop/pom.xml b/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/interop/pom.xml
index 995f85363e..441d324bcd 100644
--- a/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/interop/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/interop/pom.xml
@@ -58,6 +58,14 @@
<url>http://download.java.net/maven/1</url>
<layout>legacy</layout>
</pluginRepository>
+ <pluginRepository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>ibiblio</id>
+ <name>ibiblio Maven 2.x Repository</name>
+ <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
+ </pluginRepository>
</pluginRepositories>
<dependencies>
@@ -202,6 +210,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
+ <version>1.1</version>
<executions>
<execution>
<id>generate-test-source</id>
diff --git a/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/jaxbgen/pom.xml b/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/jaxbgen/pom.xml
index 93130135c2..25e654ab53 100644
--- a/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/jaxbgen/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/jaxbgen/pom.xml
@@ -54,6 +54,14 @@
<name>java.net Maven 2.x Repository</name>
<url>http://download.java.net/maven/2</url>
</pluginRepository>
+ <pluginRepository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>ibiblio</id>
+ <name>ibiblio Maven 2.x Repository</name>
+ <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
+ </pluginRepository>
</pluginRepositories>
<dependencies>
@@ -218,6 +226,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
+ <version>1.1</version>
<executions>
<execution>
<id>generate-test-source</id>
diff --git a/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/sdogen/pom.xml b/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/sdogen/pom.xml
index 4ab8842153..ddfbdbcdb4 100644
--- a/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/sdogen/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.5.2/itest/databindings/sdogen/pom.xml
@@ -53,6 +53,14 @@
<url>http://download.java.net/maven/1</url>
<layout>legacy</layout>
</pluginRepository>
+ <pluginRepository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>ibiblio</id>
+ <name>ibiblio Maven 2.x Repository</name>
+ <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
+ </pluginRepository>
</pluginRepositories>
<dependencies>
@@ -184,6 +192,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
+ <version>1.1</version>
<executions>
<execution>
<id>generate-test-sdo-source</id>
@@ -204,6 +213,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
+ <version>1.1</version>
<executions>
<execution>
<id>generate-test-source</id>