Author: rdonkin
Date: Tue May 31 14:24:35 2011
New Revision: 1129691
URL: http://svn.apache.org/viewvc?rev=1129691&view=rev
Log:
Pull up compilation into parent pom.
Modified:
james/mailet/project/trunk/pom.xml
Modified: james/mailet/project/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/project/trunk/pom.xml?rev=1129691&r1=1129690&r2=1129691&view=diff
==============================================================================
--- james/mailet/project/trunk/pom.xml (original)
+++ james/mailet/project/trunk/pom.xml Tue May 31 14:24:35 2011
@@ -180,6 +180,24 @@ Apache Rat
</execution>
</executions>
</plugin>
+
+<!--
+
+
+
+
+=============================================
+Compilation
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>${target.jdk}</source>
+ <target>${target.jdk}</target>
+ <encoding>iso8859-1</encoding>
+ </configuration>
+ </plugin>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]