It creates the idea module files (.iml) via reactor and main project which aggregates this modules. Each module has it's own classpath, src and test, traget dir setting etc. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114582 13f79535-47bb-0310-9956-ffa450edef68
47 lines
1.1 KiB
XML
47 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven IDEA Plug-in Goals</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>idea</name>
|
|
<description>
|
|
Simply prerequisites the <a href="#idea:generate-project">idea:generate-project</a>
|
|
goal
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>idea:project</name>
|
|
<description>
|
|
Generate IDEA .ipr project files
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>idea:workspace</name>
|
|
<description>
|
|
Generate IDEA .ipw project files
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>idea:workspace</name>
|
|
<description>
|
|
Generate IDEA .ipw project files
|
|
(IDEA 4 only)
|
|
</description>
|
|
</goal>
|
|
|
|
|
|
<goal>
|
|
<name>idea:multiproject</name>
|
|
<description>
|
|
Generate IDEA .ipr and .iws project files and appends module which are created via reactor.
|
|
(IDEA 4 only).
|
|
</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |