Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPMULTIPROJECT-33 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPMULTIPROJECT-33 Summary: Request for multiproject:site-deploy Type: New Feature Status: Open Priority: Major Original Estimate: 2 minutes Time Spent: Unknown Remaining: 2 minutes Project: maven-multiproject-plugin Assignee: dion gillard Reporter: Vladimir Kralik Created: Mon, 7 Jun 2004 7:44 AM Updated: Mon, 7 Jun 2004 7:44 AM Environment: maven-1.0-rc3 Description: I would like new the goal multiproject:site-deploy will be added. diff -u plugin.old plugin.jelly --- plugin.old +++ plugin.jelly @@ -367,5 +367,16 @@ <attainGoal name="multiproject:goal"/> </goal> + + <!--==================================================================--> + <!-- Deploy site documentation --> + <!--==================================================================--> + <goal name="multiproject:site-deploy" + prereqs="multiproject:site" + description="Deploy site documentation" > + + <attainGoal name="site:${maven.site.deploy.method}deploy"/> + + </goal> </project> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
