You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/25 11:41:05 UTC

svn commit: r1342547 - /maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml

Author: olamy
Date: Fri May 25 09:41:05 2012
New Revision: 1342547

URL: http://svn.apache.org/viewvc?rev=1342547&view=rev
Log:
desactivate mac profile as it cause failure for me

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml?rev=1342547&r1=1342546&r2=1342547&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml Fri May 25 09:41:05 2012
@@ -45,7 +45,8 @@
   </dependencies>
 
   <profiles>
-    <profile>
+    <!-- olamy: this profile fail on osx so desactivate it -->
+    <!--profile>
       <id>mac</id>
       <activation>
         <os>
@@ -61,7 +62,7 @@
           <systemPath>${java.home}/../Classes/classes.jar</systemPath>
         </dependency>
       </dependencies>
-    </profile>
+    </profile-->
     <profile>
       <id>default</id>
       <activation>