svn commit: r1298309 - /cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml
[email protected] Thu, 08 Mar 2012 09:17:10 -0000
Newsgroups
gmane.text.xml.cocoon.cvs
Message-ID
<[email protected] >
Author: ilgrosso
Date: Thu Mar 8 09:17:09 2012
New Revision: 1298309
URL: http://svn.apache.org/viewvc?rev=1298309&view=rev
Log:
Fixing archetype-parent's maven 3 warnings
Modified:
cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml
Modified: cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml?rev=1298309&r1=1298308&r2=1298309&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml Thu Mar 8 09:17:09 2012
@@ -29,7 +29,6 @@
<name>${artifactId}</name>
<modules>
- <module></module>
</modules>
<properties>
@@ -441,6 +440,7 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0.1</version>
<executions>
<execution>
<id>enforce-maven</id>
@@ -459,6 +459,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
<configuration>
<source>${javac.src.version}</source>
<target>${javac.target.version}</target>
@@ -476,6 +477,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
@@ -496,6 +498,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>2.4</version>
<configuration>
<archive>
<manifest>
@@ -584,11 +587,6 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- <version>2.6</version>
- </plugin>
</plugins>
</pluginManagement>
</build>