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
19 lines
375 B
XML
19 lines
375 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="michal.maczka@dimatic.com">Michal Maczka</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<release version="1.3" date="in CVS">
|
|
<action dev="michal" type="add">
|
|
Added idea:multiproject goal. Other goals were decomposed.
|
|
</action>
|
|
</release>
|
|
|
|
</body>
|
|
</document>
|
|
|