Author: tchemit Date: 2009-05-14 05:21:43 +0000 (Thu, 14 May 2009) New Revision: 1546 Modified: maven-license-switcher-plugin/trunk/pom.xml Log: ajout dependence sur plexus-utils Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2009-05-14 05:19:42 UTC (rev 1545) +++ maven-license-switcher-plugin/trunk/pom.xml 2009-05-14 05:21:43 UTC (rev 1546) @@ -36,7 +36,15 @@ <version>${helper.version}</version> <scope>compile</scope> </dependency> - + + <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.5.5</version> + <scope>compile</scope> + </dependency> + <!-- tests dependencies --> <dependency> @@ -54,20 +62,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>${maven.version}</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>${maven.version}</version> - <scope>provided</scope> - </dependency> - </dependencies> <!-- ************************************************************* --> @@ -117,29 +111,6 @@ </executions> </plugin> - <!--plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - - <execution> - <id>CopySiteFiles2</id> - <phase>pre-site</phase> - <configuration> - <tasks> - <mkdir dir="target/site" /> - <copy todir="target/site" verbose="${maven.verbose}" overwrite="false"> - <fileset dir="${maven.src.dir}/main/resources/META-INF"> - <include name="licenses/**" /> - </fileset> - </copy> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin--> <!-- plugin site --> <plugin> <artifactId>maven-site-plugin</artifactId>