Author: bentmann
Date: Fri Aug 28 10:17:54 2009
New Revision: 808840

URL: http://svn.apache.org/viewvc?rev=808840&view=rev
Log:
o Added maven-artifact-resolver to reactor

Modified:
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=808840&r1=808839&r2=808840&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Fri Aug 28 10:17:54 2009
@@ -195,5 +195,14 @@
         </plugins>
       </reporting>
     </profile>
+    <profile>
+      <id>jre-1.5+</id>
+      <activation>
+        <jdk>!1.4</jdk>
+      </activation>
+      <modules>
+        <module>maven-artifact-resolver</module>
+      </modules>
+    </profile>
   </profiles>
 </project>


Reply via email to