You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2009/12/04 22:56:56 UTC

svn commit: r887378 - /felix/trunk/dependencymanager/test/pom.xml

Author: pderop
Date: Fri Dec  4 21:56:55 2009
New Revision: 887378

URL: http://svn.apache.org/viewvc?rev=887378&view=rev
Log:
added jdk 1.5 configuration for pax exam annotation support

Modified:
    felix/trunk/dependencymanager/test/pom.xml

Modified: felix/trunk/dependencymanager/test/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/test/pom.xml?rev=887378&r1=887377&r2=887378&view=diff
==============================================================================
--- felix/trunk/dependencymanager/test/pom.xml (original)
+++ felix/trunk/dependencymanager/test/pom.xml Fri Dec  4 21:56:55 2009
@@ -69,6 +69,14 @@
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <useDefaultManifestFile>false</useDefaultManifestFile>
+         <compilerArgument>-g</compilerArgument>
+          <compilerVersion>1.5</compilerVersion>
+        </configuration> 
+
         <executions>
           <execution>
             <id>default-testCompile</id>