mirror of https://github.com/apache/maven.git
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:
parent
34b4b59c7c
commit
a227a73569
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue