Author: mickael_istria
Date: 2012-10-04 14:41:31 -0400 (Thu, 04 Oct 2012)
New Revision: 44309
Modified:
trunk/build/target-platforms/jbdevstudio-JunoSR0b/local/pom.xml
trunk/build/target-platforms/jbdevstudio-JunoSR1/local/pom.xml
trunk/build/target-platforms/jbosstools-JunoSR0b/local/pom.xml
trunk/build/target-platforms/jbosstools-JunoSR1/local/pom.xml
Log:
Ultimate fix on the dependency plugin.
Modified: trunk/build/target-platforms/jbdevstudio-JunoSR0b/local/pom.xml
===================================================================
--- trunk/build/target-platforms/jbdevstudio-JunoSR0b/local/pom.xml 2012-10-04 18:23:35
UTC (rev 44308)
+++ trunk/build/target-platforms/jbdevstudio-JunoSR0b/local/pom.xml 2012-10-04 18:41:31
UTC (rev 44309)
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.1</version>
+ <version>2.5.1</version>
<executions>
<execution>
<id>get-multiple</id>
@@ -113,13 +113,12 @@
</goals>
<phase>package</phase>
<configuration>
- <artifact>
- <groupId>${project.groupId}</groupId>
- <artifactId>multiple</artifactId>
- <version>${project.version}</version>
- <classifier>multiple</classifier>
- <type>target</type>
- </artifact>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>multiple</artifactId>
+ <version>${project.version}</version>
+ <classifier>multiple</classifier>
+ <packaging>target</packaging>
+ <destination>${project.build.directory}/multiple.target</destination>
</configuration>
</execution>
</executions>
Modified: trunk/build/target-platforms/jbdevstudio-JunoSR1/local/pom.xml
===================================================================
--- trunk/build/target-platforms/jbdevstudio-JunoSR1/local/pom.xml 2012-10-04 18:23:35 UTC
(rev 44308)
+++ trunk/build/target-platforms/jbdevstudio-JunoSR1/local/pom.xml 2012-10-04 18:41:31 UTC
(rev 44309)
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.1</version>
+ <version>2.5.1</version>
<executions>
<execution>
<id>get-multiple</id>
@@ -113,13 +113,12 @@
</goals>
<phase>package</phase>
<configuration>
- <artifact>
- <groupId>${project.groupId}</groupId>
- <artifactId>multiple</artifactId>
- <version>${project.version}</version>
- <classifier>multiple</classifier>
- <type>target</type>
- </artifact>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>multiple</artifactId>
+ <version>${project.version}</version>
+ <classifier>multiple</classifier>
+ <packaging>target</packaging>
+ <destination>${project.build.directory}/multiple.target</destination>
</configuration>
</execution>
</executions>
Modified: trunk/build/target-platforms/jbosstools-JunoSR0b/local/pom.xml
===================================================================
--- trunk/build/target-platforms/jbosstools-JunoSR0b/local/pom.xml 2012-10-04 18:23:35 UTC
(rev 44308)
+++ trunk/build/target-platforms/jbosstools-JunoSR0b/local/pom.xml 2012-10-04 18:41:31 UTC
(rev 44309)
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.1</version>
+ <version>2.5.1</version>
<executions>
<execution>
<id>get-multiple</id>
@@ -113,13 +113,12 @@
</goals>
<phase>package</phase>
<configuration>
- <artifact>
- <groupId>${project.groupId}</groupId>
- <artifactId>multiple</artifactId>
- <version>${project.version}</version>
- <classifier>multiple</classifier>
- <type>target</type>
- </artifact>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>multiple</artifactId>
+ <version>${project.version}</version>
+ <classifier>multiple</classifier>
+ <packaging>target</packaging>
+ <destination>${project.build.directory}/multiple.target</destination>
</configuration>
</execution>
</executions>
Modified: trunk/build/target-platforms/jbosstools-JunoSR1/local/pom.xml
===================================================================
--- trunk/build/target-platforms/jbosstools-JunoSR1/local/pom.xml 2012-10-04 18:23:35 UTC
(rev 44308)
+++ trunk/build/target-platforms/jbosstools-JunoSR1/local/pom.xml 2012-10-04 18:41:31 UTC
(rev 44309)
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.1</version>
+ <version>2.5.1</version>
<executions>
<execution>
<id>get-multiple</id>
@@ -113,13 +113,12 @@
</goals>
<phase>package</phase>
<configuration>
- <artifact>
- <groupId>${project.groupId}</groupId>
- <artifactId>multiple</artifactId>
- <version>${project.version}</version>
- <classifier>multiple</classifier>
- <type>target</type>
- </artifact>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>multiple</artifactId>
+ <version>${project.version}</version>
+ <classifier>multiple</classifier>
+ <packaging>target</packaging>
+ <destination>${project.build.directory}/multiple.target</destination>
</configuration>
</execution>
</executions>
Show replies by date