You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ak...@apache.org on 2012/07/25 10:39:15 UTC

svn commit: r1365489 - /labs/mavibot/trunk/pom.xml

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: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org