r1202 - in trunk: . eugene/src/license eugene-java-templates/src/license eugene-maven-plugin eugene-maven-plugin/src/license
Author: tchemit Date: 2012-11-11 20:47:03 +0100 (Sun, 11 Nov 2012) New Revision: 1202 Url: http://nuiton.org/repositories/revision/eugene/1202 Log: fixes #2427: Updates to helper-m-p 2.0 refs #2426: Updates to mavenpom 3.4.4 optimize third parties Modified: trunk/eugene-java-templates/src/license/THIRD-PARTY.properties trunk/eugene-maven-plugin/pom.xml trunk/eugene-maven-plugin/src/license/THIRD-PARTY.properties trunk/eugene/src/license/THIRD-PARTY.properties trunk/pom.xml Modified: trunk/eugene/src/license/THIRD-PARTY.properties =================================================================== --- trunk/eugene/src/license/THIRD-PARTY.properties 2012-11-06 11:37:40 UTC (rev 1201) +++ trunk/eugene/src/license/THIRD-PARTY.properties 2012-11-11 19:47:03 UTC (rev 1202) @@ -22,5 +22,5 @@ # #Mon May 28 11:02:25 CEST 2012 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD +dom4j--dom4j--1.6.1=BSD License jdom--jdom--1.0=The Apache Software License, Version 2.0 Modified: trunk/eugene-java-templates/src/license/THIRD-PARTY.properties =================================================================== --- trunk/eugene-java-templates/src/license/THIRD-PARTY.properties 2012-11-06 11:37:40 UTC (rev 1201) +++ trunk/eugene-java-templates/src/license/THIRD-PARTY.properties 2012-11-11 19:47:03 UTC (rev 1202) @@ -21,5 +21,5 @@ # #Wed Oct 24 21:31:10 CEST 2012 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD +dom4j--dom4j--1.6.1=BSD License jdom--jdom--1.0=The Apache Software License, Version 2.0 Modified: trunk/eugene-maven-plugin/pom.xml =================================================================== --- trunk/eugene-maven-plugin/pom.xml 2012-11-06 11:37:40 UTC (rev 1201) +++ trunk/eugene-maven-plugin/pom.xml 2012-11-11 19:47:03 UTC (rev 1202) @@ -114,7 +114,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>helper-maven-plugin</artifactId> + <artifactId>helper-maven-plugin-api</artifactId> </dependency> <dependency> Modified: trunk/eugene-maven-plugin/src/license/THIRD-PARTY.properties =================================================================== --- trunk/eugene-maven-plugin/src/license/THIRD-PARTY.properties 2012-11-06 11:37:40 UTC (rev 1201) +++ trunk/eugene-maven-plugin/src/license/THIRD-PARTY.properties 2012-11-11 19:47:03 UTC (rev 1202) @@ -21,10 +21,9 @@ # Please fill the missing licenses for dependencies : # # -#Fri Aug 17 09:06:10 CEST 2012 +#Sun Nov 11 20:45:26 CET 2012 classworlds--classworlds--1.1-alpha-2=http\://classworlds.codehaus.org/license.html commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD +dom4j--dom4j--1.6.1=BSD License jdom--jdom--1.0=The Apache Software License, Version 2.0 org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=The Apache Software License, Version 2.0 -oro--oro--2.0.8=The Apache Software License, Version 2.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-06 11:37:40 UTC (rev 1201) +++ trunk/pom.xml 2012-11-11 19:47:03 UTC (rev 1202) @@ -32,7 +32,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>eugene</artifactId> @@ -90,26 +90,6 @@ </dependency> <dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant</artifactId> - <version>${antVersion}</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>1.6.1</version> - <scope>compile</scope> - <exclusions> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.4.01</version> @@ -161,80 +141,17 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>helper-maven-plugin</artifactId> + <artifactId>helper-maven-plugin-api</artifactId> <version>${helperPluginVersion}</version> <exclusions> - <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> - </exclusion> <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact-manager</artifactId> - </exclusion> - - <exclusion> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId> </exclusion> <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - </exclusion> - - <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-profile</artifactId> - </exclusion> - - <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-settings</artifactId> - </exclusion> - <exclusion> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - </exclusion> - - <exclusion> - <groupId>plexus</groupId> - <artifactId>plexus-mail-sender-simple</artifactId> - </exclusion> - - <exclusion> - <groupId>plexus</groupId> - <artifactId>plexus-mail-sender-api</artifactId> - </exclusion> - - <exclusion> - <groupId>plexus</groupId> - <artifactId>plexus-mail-sender-javamail</artifactId> - </exclusion> - - <exclusion> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - </exclusion> - - <exclusion> - <groupId>org.sonatype.plexus</groupId> - <artifactId>plexus-cipher</artifactId> - </exclusion> - - <exclusion> - <groupId>org.sonatype.plexus</groupId> - <artifactId>plexus-sec-dispatcher</artifactId> - </exclusion> - - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-velocity</artifactId> - </exclusion> - - <exclusion> - <groupId>org.apache.velocity</groupId> + <groupId>velocity</groupId> <artifactId>velocity</artifactId> </exclusion> @@ -286,7 +203,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.5.15</version> + <version>3.0.8</version> </dependency> </dependencies> @@ -366,10 +283,6 @@ <developer> <name>Florian Desbois</name> <id>fdesbois</id> - <email>fdesbois at codelutin dot com</email> - <organization>CodeLutin</organization> - <organizationUrl>http://codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> <roles> <role>developer</role> </roles>
participants (1)
-
tchemit@users.nuiton.org