o a little more documentation about the profile required for IntelliJ

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@571375 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-08-31 04:48:02 +00:00
parent 34b4b59c7c
commit a227a73569
1 changed files with 7 additions and 0 deletions

View File

@ -154,6 +154,13 @@ under the License.
</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>