You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by bu...@apache.org on 2004/05/28 12:05:51 UTC

DO NOT REPLY [Bug 29270] New: - Maven deploy goal wipes out previous deployments

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29270>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29270

Maven deploy goal wipes out previous deployments

           Summary: Maven deploy goal wipes out previous deployments
           Product: Pluto
           Version: Current CVS
          Platform: All
               URL: http://cvs.apache.org/viewcvs.cgi/jakarta-
                    pluto/maven.xml?rev=1.10&view=auto
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: general
        AssignedTo: pluto-dev@jakarta.apache.org
        ReportedBy: craig@maine.com


The fullDeployment goal that is called within the deploy goal in maven.xml 
wipes out all previous deployments before the current one is deployed, so it is 
impossible to deploy more than one portlet at a time using the deploy goal.

The fix for this bug is to remove the 'attainGoal' tag in the deploy goal in 
maven.xml. When I do this, I am able to repeatedly deploy portlets to Pluto 
without wiping out any other deployments and have the ability to run multiple 
independant portlets within Pluto.