You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/08/31 06:48:02 UTC

svn commit: r571375 - /maven/components/trunk/maven-embedder/pom.xml

Author: jvanzyl
Date: Thu Aug 30 21:48:02 2007
New Revision: 571375

URL: http://svn.apache.org/viewvc?rev=571375&view=rev
Log:
o a little more documentation about the profile required for IntelliJ

Modified:
    maven/components/trunk/maven-embedder/pom.xml

Modified: maven/components/trunk/maven-embedder/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-embedder/pom.xml?rev=571375&r1=571374&r2=571375&view=diff
==============================================================================
--- maven/components/trunk/maven-embedder/pom.xml (original)
+++ maven/components/trunk/maven-embedder/pom.xml Thu Aug 30 21:48:02 2007
@@ -154,6 +154,13 @@
   </distributionManagement>
   <profiles>
     <profile>
+      <!--
+       |
+       | This profile is specifically for creating an embedder that can be used for IntelliJ integration. We need to
+       | remove the JDOM JAR because IntelliJ include its own version, and the JTidy JAR includes org.xml.* classes
+       | which causes a loader constraint issues while loading the embedder.
+       |
+       -->
       <id>idea</id>
       <build>
         <plugins>