[ http://jira.codehaus.org/browse/MANTRUN-14?page=all ]

Jason van Zyl moved MNG-996 to MANTRUN-14:
------------------------------------------

    Fix Version:     (was: 2.0.1)
           type: Bug  (was: Improvement)
      Component:     (was: maven-idea-plugin)
       Workflow: jira  (was: Maven)
            Key: MANTRUN-14  (was: MNG-996)
        Project: Maven 2.x Antrun Plugin  (was: Maven 2)

> add excludes for subprojects in the root iml of a multiproject
> --------------------------------------------------------------
>
>          Key: MANTRUN-14
>          URL: http://jira.codehaus.org/browse/MANTRUN-14
>      Project: Maven 2.x Antrun Plugin
>         Type: Bug

>     Reporter: Brett Porter
>     Assignee: Johnny R. Ruiz III
>  Attachments: MNG-996-maven-idea-plugin.patch
>
> Original Estimate: 3 hours
>         Remaining: 3 hours
>
>         <!-- MPIDEA-28: Exclude the subprojects of a multiproject  -->
>         <j:if test="${type == 'multiproject'}">
>           <j:forEach var="project" items="${reactorProjects}">
>             <maven:makeRelativePath var="value" basedir="${basedir}" 
> path="${project.file.parentFile.canonicalFile}" separator="/" />
>               <excludeFolder url="file://$$MODULE_DIR$$/${value}"/>
>           </j:forEach>
>         </j:if>

-- 
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