You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/17 19:49:53 UTC

svn commit: r668768 - /servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml

Author: chirino
Date: Tue Jun 17 10:49:52 2008
New Revision: 668768

URL: http://svn.apache.org/viewvc?rev=668768&view=rev
Log:
Making reactor build work

Modified:
    servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml

Modified: servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml?rev=668768&r1=668767&r2=668768&view=diff
==============================================================================
--- servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml (original)
+++ servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml Tue Jun 17 10:49:52 2008
@@ -61,6 +61,20 @@
     </plugins>
   </reporting>
   
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
   <profiles>
     <profile>
       <id>release</id>