[jboss-cvs] Picketbox SVN: r525 - branches/eap62/parent.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 18 15:21:31 EDT 2014


Author: pskopek at redhat.com
Date: 2014-03-18 15:21:30 -0400 (Tue, 18 Mar 2014)
New Revision: 525

Modified:
   branches/eap62/parent/pom.xml
Log:
setting compiler target and source to 1.6

Modified: branches/eap62/parent/pom.xml
===================================================================
--- branches/eap62/parent/pom.xml	2014-03-18 13:39:03 UTC (rev 524)
+++ branches/eap62/parent/pom.xml	2014-03-18 19:21:30 UTC (rev 525)
@@ -26,7 +26,19 @@
       <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/tags/4.0.19.SP5-SNAPSHOT</connection>
       <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/tags/4.0.19.SP5-SNAPSHOT</developerConnection>
    </scm>
-  
+ 
+  <properties>
+      <!-- Explicitly declaring the source encoding eliminates the following message: -->
+      <!-- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
+                                    resources, i.e. build is platform dependent! -->
+      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+
+      <!-- maven-compiler-plugin -->
+      <maven.compiler.target>1.6</maven.compiler.target>
+      <maven.compiler.source>1.6</maven.compiler.source>
+   </properties>
+ 
    <build>
      <plugins>
         <plugin>



More information about the jboss-cvs-commits mailing list