You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Henri Tremblay (JIRA)" <ji...@codehaus.org> on 2008/09/24 18:39:46 UTC

[jira] Created: (MREACTOR-6) Be able to build a given project

Be able to build a given project
--------------------------------

                 Key: MREACTOR-6
                 URL: http://jira.codehaus.org/browse/MREACTOR-6
             Project: Maven 2.x Reactor Plugin
          Issue Type: New Feature
    Affects Versions: 1.0
            Reporter: Henri Tremblay


A lots of times, I found myself doing all over the directory tree of my project to build a given project. It would be really useful to be able to build it from my parent directory.

I'm not aware of a way to do so right now and I think the reactor plugin could be the right place.

Something like:

mvn reactor:build -Dproject=my/project

Which would do a little bit like reactor:resume but building only one project.


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

        

[jira] Commented: (MREACTOR-6) Be able to build a given project

Posted by "Henri Tremblay (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MREACTOR-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148902#action_148902 ] 

Henri Tremblay commented on MREACTOR-6:
---------------------------------------

Hum... I just start to think if it worth it... Since a batch doing:

pushd %1
mvn install
popd

might do pretty much the same thing


> Be able to build a given project
> --------------------------------
>
>                 Key: MREACTOR-6
>                 URL: http://jira.codehaus.org/browse/MREACTOR-6
>             Project: Maven 2.x Reactor Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.0
>            Reporter: Henri Tremblay
>
> A lots of times, I found myself doing all over the directory tree of my project to build a given project. It would be really useful to be able to build it from my parent directory.
> I'm not aware of a way to do so right now and I think the reactor plugin could be the right place.
> Something like:
> mvn reactor:build -Dproject=my/project
> Which would do a little bit like reactor:resume but building only one project.

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

        

[jira] Commented: (MREACTOR-6) Be able to build a given project

Posted by "Henri Tremblay (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MREACTOR-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149020#action_149020 ] 

Henri Tremblay commented on MREACTOR-6:
---------------------------------------

Awesome! I always thought that was only use to select something than the pom.xml to compile in the current directory. But it does change the basedir. :-)

> Be able to build a given project
> --------------------------------
>
>                 Key: MREACTOR-6
>                 URL: http://jira.codehaus.org/browse/MREACTOR-6
>             Project: Maven 2.x Reactor Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.0
>            Reporter: Henri Tremblay
>
> A lots of times, I found myself doing all over the directory tree of my project to build a given project. It would be really useful to be able to build it from my parent directory.
> I'm not aware of a way to do so right now and I think the reactor plugin could be the right place.
> Something like:
> mvn reactor:build -Dproject=my/project
> Which would do a little bit like reactor:resume but building only one project.

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

        

[jira] Closed: (MREACTOR-6) Be able to build a given project

Posted by "Dan Fabulich (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MREACTOR-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Fabulich closed MREACTOR-6.
-------------------------------

    Resolution: Won't Fix

Actually, it's even easier than that... Maven already has a way to do what you want:

{code}
mvn -f my/project/pom.xml
{code}

I use it all the time; it's pretty handy!

> Be able to build a given project
> --------------------------------
>
>                 Key: MREACTOR-6
>                 URL: http://jira.codehaus.org/browse/MREACTOR-6
>             Project: Maven 2.x Reactor Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.0
>            Reporter: Henri Tremblay
>
> A lots of times, I found myself doing all over the directory tree of my project to build a given project. It would be really useful to be able to build it from my parent directory.
> I'm not aware of a way to do so right now and I think the reactor plugin could be the right place.
> Something like:
> mvn reactor:build -Dproject=my/project
> Which would do a little bit like reactor:resume but building only one project.

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