Author: akarasulu
Date: Wed Jul 25 08:39:14 2012
New Revision: 1365489
URL: http://svn.apache.org/viewvc?rev=1365489&view=rev
Log:
adding plugin management section for compiler plugin so on mac os x we do not
have compiler issues with generics
Modified:
labs/mavibot/trunk/pom.xml
Modified: labs/mavibot/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/pom.xml?rev=1365489&r1=1365488&r2=1365489&view=diff
==============================================================================
--- labs/mavibot/trunk/pom.xml (original)
+++ labs/mavibot/trunk/pom.xml Wed Jul 25 08:39:14 2012
@@ -56,6 +56,17 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <optimize>true</optimize>
+ <showDeprecations>true</showDeprecations>
+ <encoding>ISO-8859-1</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]