compile and package should be reactor-aware
-------------------------------------------

         Key: MNG-249
         URL: http://jira.codehaus.org/browse/MNG-249
     Project: m2
        Type: Improvement
  Components: maven-core  
 Environment: any
    Reporter: Kenney Westerhof
     Fix For: 1.0-alpha-2
 Attachments: m2test.tgz

When compiling or packaging a project consisting of subprojects
where one depends on another, maven should first check the build environment
for existing jars or classes (in target/ directories) from the dependent 
subproject,
rather than always looking in the local and remote repositories for jar 
artifacts.

Attached is a very simple test-case with 2 subprojects, where one depends
on the other.

Only m2 install works; m2 compile and m2 package should also work.


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

Reply via email to