You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2010/11/25 13:09:25 UTC

svn commit: r1039015 - /myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml

Author: gpetracek
Date: Thu Nov 25 12:09:24 2010
New Revision: 1039015

URL: http://svn.apache.org/viewvc?rev=1039015&view=rev
Log:
interim change to test the hudson build

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml?rev=1039015&r1=1039014&r2=1039015&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/component-support/trinidad-support/pom.xml Thu Nov 25 12:09:24 2010
@@ -75,4 +75,24 @@
         </plugins>
     </build>
 
+    <profiles>
+        <profile>
+            <id>hudson-build</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <!-- Set compile source at 1.5, since the target JSF impl is 1.2 -->
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                        <configuration>
+                            <source>1.5</source>
+                            <target>1.6</target>
+                            <optimize>false</optimize>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
 </project>