You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2007/11/30 22:10:57 UTC

[jira] Commented: (MINVOKER-4) Use order of invocations as specified in pomIncludes

    [ http://jira.codehaus.org/browse/MINVOKER-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_115569 ] 

Olivier Lamy commented on MINVOKER-4:
-------------------------------------

Can you provide here a sample with your project structure ?
Because I don't really your understand the issue.
If you have the following structure :
pom.xml
-- project1/pom.xml
-- project2/pom.xml

If you use invoker on the root pom, mvn cli will be used to build your multi project.
Maybe you have to configure the invoker plugin with pom, pomIncludes or pomExcludes to build only the project you need :
{code:xml}
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-invoker-plugin</artifactId>
  <configuration>
    <pom>path to the only project pom you want to build</pom>
  </configuration>
{code} 


> Use order of invocations as specified in pomIncludes
> ----------------------------------------------------
>
>                 Key: MINVOKER-4
>                 URL: http://jira.codehaus.org/browse/MINVOKER-4
>             Project: Maven 2.x Invoker Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.0
>            Reporter: Wouter Hermeling
>            Assignee: John Casey
>
> I use the invoker plugin to create a multi-multiproject build. In fact, this is like using maven as a build server. 
> It would be nice if the invoker plugins does its invocations in the order as specied in pomIncludes, just like maven does on modules in pom projects. Now, it seems to use some kind of alphabetical order.

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