Goal | Description |
---|---|
multiproject | Executes multiproject:site |
multiproject:artifact |
Run 'artifact':'artifact' goal for all projects.
|
multiproject:deploy |
Run 'artifact':deploy goal for all projects.
|
multiproject:deploy-snapshot |
Run 'artifact':deploy-snapshot goal for all projects.
|
multiproject:goal |
Run the comma separated list of goals provided by the variable goal for all projects
e.g.
maven -Dgoal=java:compile multiproject:goal maven -Dgoal=clean,java:compile,test multiproject:goal |
multiproject:install |
Run 'artifact':install goal for all project.
'artifact' is replaced by the value of property
maven.multiproject.type which should be set
individualy for each project.
E.g. if we have projects A, B and C with following settiing:
Following goals will be run:
|
multiproject:install-snapshot |
Run 'artifact':install-snapshot goal for all projects.
|
multiproject:site |
Run the site goal of all projects, generating navigation for projects processed according to the maven.multiproject.navigation property.
If a navigation.xml is found in |
multiproject:site-deploy |
Run multiproject:site and then deploy the
site as would normally happend with site:deploy
|
multiproject:clean |
Run goal |