goal variable not cleaned after multiproject:clean
--------------------------------------------------

         Key: MPMULTIPROJECT-62
         URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-62
     Project: maven-multiproject-plugin
        Type: Bug
    Versions: 1.3    
 Environment: Maven 1.0.2, maven-multiproject-plugin 1.3.1
 Reporter: Krystian Nowak


from plugin.jelly:

  <!--==================================================================-->
  <!-- Cleans all subprojects                                           -->
  <!--==================================================================-->
  <goal name="multiproject:clean"
    description="Clean all subprojects">

    <j:set var="goal" value="clean:clean"/>
    <attainGoal name="multiproject:goal"/>

  </goal>

I guess there should be also <j:remove var="goal"/>.
I had really weird issues in other multiproject goals executed after this goal.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to