git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
25 lines
609 B
XML
25 lines
609 B
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:generate-project</name>
|
|
<description>
|
|
Generate IDEA .ipr and .iws project files from the POM
|
|
</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |