2003-06-30 03:18:49 +00:00

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>