You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Krystian Nowak (JIRA)" <ji...@codehaus.org> on 2005/10/13 15:51:12 UTC

[jira] Created: (MPMULTIPROJECT-62) goal variable not cleaned after multiproject:clean

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPMULTIPROJECT-62) goal variable not cleaned after multiproject:clean

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPMULTIPROJECT-62?page=all ]
     
Lukas Theussl closed MPMULTIPROJECT-62:
---------------------------------------

     Resolution: Fixed
    Fix Version: 1.5

It's fixed in SVN (see MPMULTIPROJECT-49 ).

> 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
>      Fix For: 1.5

>
> Original Estimate: 30 minutes
>         Remaining: 30 minutes
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org