You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/01/12 04:49:25 UTC

svn commit: r733598 - /servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml

Author: ccustine
Date: Sun Jan 11 19:49:24 2009
New Revision: 733598

URL: http://svn.apache.org/viewvc?rev=733598&view=rev
Log:
SMX4-189 Activation spec fails compile with JDK 1.6

Modified:
    servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml

Modified: servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml?rev=733598&r1=733597&r2=733598&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml (original)
+++ servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml Sun Jan 11 19:49:24 2009
@@ -49,6 +49,14 @@
     <build>
         <plugins>
             <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-compiler-plugin</artifactId>
+              <inherited>true</inherited>
+              <configuration>
+                <compilerArgument>-Xbootclasspath/p:${settings.localRepository}/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/1.2-SNAPSHOT/org.apache.servicemix.specs.activation-api-1.1-1.2-SNAPSHOT.jar</compilerArgument>
+              </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>