Author: mickael_istria
Date: 2012-10-04 14:19:19 -0400 (Thu, 04 Oct 2012)
New Revision: 44307
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:
Re-added 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:11:04
UTC (rev 44306)
+++ trunk/build/target-platforms/jbdevstudio-JunoSR0b/local/pom.xml 2012-10-04 18:19:19
UTC (rev 44307)
@@ -102,6 +102,29 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.1</version>
+ <executions>
+ <execution>
+ <id>get-multiple</id>
+ <goals>
+ <goal>get</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <artifact>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>multiple</artifactId>
+ <version>${project.version}</version>
+ <classifier>multiple</classifier>
+ <<type>target</type>
+ </artifact>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<!-- Workaround for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=389052
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Modified: trunk/build/target-platforms/jbdevstudio-JunoSR1/local/pom.xml
===================================================================
--- trunk/build/target-platforms/jbdevstudio-JunoSR1/local/pom.xml 2012-10-04 18:11:04 UTC
(rev 44306)
+++ trunk/build/target-platforms/jbdevstudio-JunoSR1/local/pom.xml 2012-10-04 18:19:19 UTC
(rev 44307)
@@ -102,6 +102,29 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.1</version>
+ <executions>
+ <execution>
+ <id>get-multiple</id>
+ <goals>
+ <goal>get</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <artifact>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>multiple</artifactId>
+ <version>${project.version}</version>
+ <classifier>multiple</classifier>
+ <<type>target</type>
+ </artifact>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<!-- Workaround for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=389052
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Modified: trunk/build/target-platforms/jbosstools-JunoSR0b/local/pom.xml
===================================================================
--- trunk/build/target-platforms/jbosstools-JunoSR0b/local/pom.xml 2012-10-04 18:11:04 UTC
(rev 44306)
+++ trunk/build/target-platforms/jbosstools-JunoSR0b/local/pom.xml 2012-10-04 18:19:19 UTC
(rev 44307)
@@ -102,6 +102,29 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.1</version>
+ <executions>
+ <execution>
+ <id>get-multiple</id>
+ <goals>
+ <goal>get</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <artifact>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>multiple</artifactId>
+ <version>${project.version}</version>
+ <classifier>multiple</classifier>
+ <<type>target</type>
+ </artifact>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<!-- Workaround for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=389052
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Modified: trunk/build/target-platforms/jbosstools-JunoSR1/local/pom.xml
===================================================================
--- trunk/build/target-platforms/jbosstools-JunoSR1/local/pom.xml 2012-10-04 18:11:04 UTC
(rev 44306)
+++ trunk/build/target-platforms/jbosstools-JunoSR1/local/pom.xml 2012-10-04 18:19:19 UTC
(rev 44307)
@@ -102,6 +102,29 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.1</version>
+ <executions>
+ <execution>
+ <id>get-multiple</id>
+ <goals>
+ <goal>get</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <artifact>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>multiple</artifactId>
+ <version>${project.version}</version>
+ <classifier>multiple</classifier>
+ <<type>target</type>
+ </artifact>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<!-- Workaround for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=389052
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>