You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Paul Spencer (JIRA)" <ji...@codehaus.org> on 2005/06/24 22:01:52 UTC

[jira] Created: (MPMULTICHANGES-2) Utilize the multiproject reactor simular to the Dashboard plugin

Utilize the multiproject reactor simular to the Dashboard plugin
----------------------------------------------------------------

         Key: MPMULTICHANGES-2
         URL: http://jira.codehaus.org/browse/MPMULTICHANGES-2
     Project: maven-multichanges-plugin
        Type: Improvement
    Versions: 1.1    
    Reporter: Paul Spencer


Since the multichanges plugin does not utilize the multiproject configuration, duplicate configuration is required.  The requested improvement is for the multichanges plugin to utilize the multiproject configuration, simular to the dashboard plugin does.

***
* Current configuration
***
# Multichanges plugin
maven.multichanges.basedir=${basedir}
maven.multichanges.includes=foo/project.xml,bar/project.xml
maven.multichanges.ignoreFailures=false

# Multiproject plugin
maven.multiproject.basedir=${basedir}
maven.multiproject.includes=foo/project.xml,bar/project.xml
maven.multiproject.ignoreFailures=false
maven.multiproject.navigation=independent


***
* Desired configuration
***
# Multichanges plugin

# Multiproject plugin
maven.multiproject.basedir=${basedir}
maven.multiproject.includes=foo/project.xml,bar/project.xml
maven.multiproject.ignoreFailures=false
maven.multiproject.navigation=independent



-- 
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: (MPMULTICHANGES-2) Utilize the multiproject reactor simular to the Dashboard plugin

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

     Resolution: Fixed
    Fix Version: 1.2

> Utilize the multiproject reactor simular to the Dashboard plugin
> ----------------------------------------------------------------
>
>          Key: MPMULTICHANGES-2
>          URL: http://jira.codehaus.org/browse/MPMULTICHANGES-2
>      Project: maven-multichanges-plugin
>         Type: Improvement

>     Versions: 1.1
>     Reporter: Paul Spencer
>      Fix For: 1.2

>
>
> Since the multichanges plugin does not utilize the multiproject configuration, duplicate configuration is required.  The requested improvement is for the multichanges plugin to utilize the multiproject configuration, simular to the dashboard plugin does.
> ***
> * Current configuration
> ***
> # Multichanges plugin
> maven.multichanges.basedir=${basedir}
> maven.multichanges.includes=foo/project.xml,bar/project.xml
> maven.multichanges.ignoreFailures=false
> # Multiproject plugin
> maven.multiproject.basedir=${basedir}
> maven.multiproject.includes=foo/project.xml,bar/project.xml
> maven.multiproject.ignoreFailures=false
> maven.multiproject.navigation=independent
> ***
> * Desired configuration
> ***
> # Multichanges plugin
> # Multiproject plugin
> maven.multiproject.basedir=${basedir}
> maven.multiproject.includes=foo/project.xml,bar/project.xml
> maven.multiproject.ignoreFailures=false
> maven.multiproject.navigation=independent

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