You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Martijn Dashorst (JIRA)" <ji...@codehaus.org> on 2005/03/24 10:21:15 UTC

[jira] Created: (MPMULTIPROJECT-51) Mixing different maven.build.dir settings in multiproject fails

Mixing different maven.build.dir settings in multiproject fails
---------------------------------------------------------------

         Key: MPMULTIPROJECT-51
         URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-51
     Project: maven-multiproject-plugin
        Type: Bug
    Versions: 1.3    
    Reporter: Martijn Dashorst
 Assigned to: dion gillard 


If two projects have different maven.build.dir settings, the multiproject will assume that the artifacts of project A are actually in the maven.build.dir directory of project B (or vice versa).


Project A, project.properties

maven.build.dir=build

Project B, project.properties

maven.build.dir=target

Project B depends on Project A

Using the multiproject plugin for say multiproject:install will fail.


-- 
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
-
If you want more information on JIRA, or have a bug to report 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