Author: michiel
Date: 2010-01-22 17:45:34 +0100 (Fri, 22 Jan 2010)
New Revision: 40706
Modified:
mmbase/trunk/applications/vpro-wizards/pom.xml
Log:
I wan't to use this on 1.5
Modified: mmbase/trunk/applications/vpro-wizards/pom.xml
===================================================================
--- mmbase/trunk/applications/vpro-wizards/pom.xml 2010-01-22 16:28:00 UTC
(rev 40705)
+++ mmbase/trunk/applications/vpro-wizards/pom.xml 2010-01-22 16:45:34 UTC
(rev 40706)
@@ -110,6 +110,18 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <maxmem>256M</maxmem>
+ <fork>${compiler.fork}</fork>
+ <showDeprecation>false</showDeprecation>
+ <encoding>iso-8859-1</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs