git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113552 13f79535-47bb-0310-9956-ffa450edef68
34 lines
1011 B
XML
34 lines
1011 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven Multi-Project Plug-in Goals</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>multiproject</name>
|
|
<description>Run the site goal of all projects</description>
|
|
</goal>
|
|
<goal>
|
|
<name>multiproject:site</name>
|
|
<description>Run the site goal of all projects</description>
|
|
</goal>
|
|
<goal>
|
|
<name>multiproject:goal</name>
|
|
<description>
|
|
Run the comma separated list of goals provided by the variable <code>goal</code> for all projects
|
|
e.g.
|
|
<source>
|
|
maven -Dgoal=java:compile multiproject:goal
|
|
</source>
|
|
or
|
|
<source>
|
|
maven -Dgoal=clean,java:compile,test multiproject:goal
|
|
</source>
|
|
</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |