Revision: 891
          http://jwebunit.svn.sourceforge.net/jwebunit/?rev=891&view=rev
Author:   henryju
Date:     2011-01-27 12:37:47 +0000 (Thu, 27 Jan 2011)

Log Message:
-----------
Disabled toolchains in Eclipse with M2Eclipse because of bug MNGECLIPSE-2215.

Modified Paths:
--------------
    trunk/pom.xml

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2010-12-22 09:30:28 UTC (rev 890)
+++ trunk/pom.xml       2011-01-27 12:37:47 UTC (rev 891)
@@ -489,6 +489,24 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>m2e</id>
+            <activation>
+                <property>
+                    <name>m2e.version</name><!-- Activate only when within 
eclipse -->
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <!-- Set to false to work around Maven Eclipse plugin 
(m2e) bug MNGECLIPSE-2215 -->
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-toolchains-plugin</artifactId>
+                        <inherited>false</inherited>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
     <reporting>
         <plugins>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to