Author: tchemit Date: 2010-01-17 15:10:21 +0100 (Sun, 17 Jan 2010) New Revision: 790 Modified: trunk/ant-eugene-task/pom.xml trunk/eugene/pom.xml trunk/maven-eugene-plugin/pom.xml trunk/pom.xml Log: use mavenpom4redmine 2.0.1 and clean pluginManagments Modified: trunk/ant-eugene-task/pom.xml =================================================================== --- trunk/ant-eugene-task/pom.xml 2010-01-15 14:44:19 UTC (rev 789) +++ trunk/ant-eugene-task/pom.xml 2010-01-17 14:10:21 UTC (rev 790) @@ -56,24 +56,5 @@ <!-- ************************************************************* --> <packaging>jar</packaging> - <build> - - <defaultGoal>install</defaultGoal> - - <plugins> - - </plugins> - - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-invoker-plugin</artifactId> - <version>1.4</version> - </plugin> - </plugins> - </pluginManagement> - - </build> - </project> Modified: trunk/eugene/pom.xml =================================================================== --- trunk/eugene/pom.xml 2010-01-15 14:44:19 UTC (rev 789) +++ trunk/eugene/pom.xml 2010-01-17 14:10:21 UTC (rev 790) @@ -199,8 +199,6 @@ <build> - <defaultGoal>install</defaultGoal> - <resources> <resource> <directory>${basedir}/src/main/xsl</directory> Modified: trunk/maven-eugene-plugin/pom.xml =================================================================== --- trunk/maven-eugene-plugin/pom.xml 2010-01-15 14:44:19 UTC (rev 789) +++ trunk/maven-eugene-plugin/pom.xml 2010-01-17 14:10:21 UTC (rev 790) @@ -61,8 +61,6 @@ <build> - <defaultGoal>install</defaultGoal> - <plugins> <!-- plugin plugin --> @@ -92,15 +90,6 @@ </plugins> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-invoker-plugin</artifactId> - <version>1.4</version> - </plugin> - </plugins> - </pluginManagement> - </build> <!--Site--> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-15 14:44:19 UTC (rev 789) +++ trunk/pom.xml 2010-01-17 14:10:21 UTC (rev 790) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>eugene</artifactId> @@ -251,7 +251,6 @@ <ant.version>1.7.1</ant.version> <processor.version>1.0.2</processor.version> - <!--<processor.version>1.0.3-SNAPSHOT</processor.version>--> <nuiton-utils.version>1.1.1</nuiton-utils.version> <!--Multilanguage maven-site --> @@ -260,8 +259,6 @@ <build> - <defaultGoal>install</defaultGoal> - <pluginManagement> <plugins> @@ -282,35 +279,11 @@ <version>${processor.version}</version> </plugin> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> - <version>1.4.0</version> - </plugin> - </plugins> </pluginManagement> </build> - <reporting> - <plugins> - - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadoc.version}</version> - <reportSets> - <reportSet> - <reports> - <report>javadoc</report> - <report>test-javadoc</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* -->