Author: bdelacretaz
Date: Wed Dec 1 09:36:24 2010
New Revision: 1040912
URL: http://svn.apache.org/viewvc?rev=1040912&view=rev
Log:
use maven-compiler-plugin 2.3.2 in generated pom, to have java 1.5 as the
default
Modified:
sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
Modified:
sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml?rev=1040912&r1=1040911&r2=1040912&view=diff
==============================================================================
---
sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
(original)
+++
sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
Wed Dec 1 09:36:24 2010
@@ -49,10 +49,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
+ <!-- use version 2.3.2 to have java 1.5 as the default -->
+ <version>2.3.2</version>
</plugin>
</plugins>
</build>