multi-project build that creates it's own plugins needs bootstrapping
---------------------------------------------------------------------

         Key: MNG-2135
         URL: http://jira.codehaus.org/browse/MNG-2135
     Project: Maven 2
        Type: Bug

  Components: Dependencies  
    Versions: 2.0.2    
    Reporter: Frank Cornelis


I have a multi-project build. Some of the artifacts are maven-plugins. Other 
artifacts depends on these plugins. For some reason the current Maven2 is not 
correctly doing the dependency check before building to see whether the 
artifacts in the multi-project build depend on other maven-plugin artifacts 
within the same multi-project build. 
For now I solved the issue by using a second parent pom to bootstrap the build. 
This bootstrap parent pom is creating all the plugins. Afterwards, I can use my 
normal parent pom to build all artifacts.
It would be nice that Maven2 could do the 'bootstrap build' himself.

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

Reply via email to