Author: tchemit Date: 2011-01-26 14:41:07 +0100 (Wed, 26 Jan 2011) New Revision: 1036 Url: http://nuiton.org/repositories/revision/eugene/1036 Log: clean poms Modified: trunk/eugene/pom.xml trunk/maven-eugene-plugin/pom.xml trunk/pom.xml Modified: trunk/eugene/pom.xml =================================================================== --- trunk/eugene/pom.xml 2011-01-26 13:23:17 UTC (rev 1035) +++ trunk/eugene/pom.xml 2011-01-26 13:41:07 UTC (rev 1036) @@ -83,22 +83,6 @@ <artifactId>commons-io</artifactId> </dependency> - <!--dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant</artifactId> - </dependency--> - - <!--dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <exclusions> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency--> - <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> @@ -109,28 +93,12 @@ <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> - <!--exclusions> - <exclusion> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> - </exclusion> - </exclusions--> </dependency> <!-- Meta model uml d'eclipse --> <dependency> <groupId>org.eclipse.uml2.uml</groupId> <artifactId>resources</artifactId> - <!--exclusions> - <exclusion> - <groupId>org.eclipse.uml2</groupId> - <artifactId>uml</artifactId> - </exclusion> - </exclusions--> </dependency> <dependency> @@ -194,8 +162,8 @@ </executions> <configuration> <includes>**/*.java</includes> - <!--<includes>org/nuiton/eugene/java/JavaGenerator.java</includes>--> - <filters>org.nuiton.processor.filters.GeneratorTemplatesFilter + <filters> + org.nuiton.processor.filters.GeneratorTemplatesFilter </filters> </configuration> </plugin> Modified: trunk/maven-eugene-plugin/pom.xml =================================================================== --- trunk/maven-eugene-plugin/pom.xml 2011-01-26 13:23:17 UTC (rev 1035) +++ trunk/maven-eugene-plugin/pom.xml 2011-01-26 13:41:07 UTC (rev 1036) @@ -158,8 +158,6 @@ <value>true</value> </property> </activation> - - <build> <plugins> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-01-26 13:23:17 UTC (rev 1035) +++ trunk/pom.xml 2011-01-26 13:41:07 UTC (rev 1036) @@ -264,20 +264,6 @@ <version>1.5.15</version> </dependency> - <!--dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.8.2</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.16</version> - <scope>test</scope> - </dependency--> - </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.nuiton.org