Author: chatellier Date: 2009-07-07 09:09:10 +0000 (Tue, 07 Jul 2009) New Revision: 2471 Modified: isis-fish/trunk/pom.xml Log: Deplacement de assembly hors du profile release. (c'est long quand on en fait beaucoup) Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-07-06 15:31:36 UTC (rev 2470) +++ isis-fish/trunk/pom.xml 2009-07-07 09:09:10 UTC (rev 2471) @@ -498,6 +498,25 @@ </execution> </executions> </plugin> + + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.2-beta-4</version> + <configuration> + <descriptors> + <descriptor>src/main/assembly/bin.xml</descriptor> + </descriptors> + <attach>false</attach> + </configuration> + <executions> + <execution> + <phase>verify</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> <pluginManagement> @@ -731,24 +750,6 @@ </configuration> </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-beta-3</version> - <configuration> - <descriptors> - <descriptor>src/main/assembly/bin.xml</descriptor> - </descriptors> - </configuration> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>attached</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> </build> </profile>