Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.0.6
-
None
-
Fedora Core 6
-
Patch
Description
When running 'mvn clean install' on the test project (see attachment) under Maven 2.0.5 every builds as expected. On Maven 2.0.6 it no longer compiles. On Maven 2.0.5 I get in the log:
[DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
[DEBUG] be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT:compile (selected for compile)
Under Maven 2.0.6 I get:
[DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
[DEBUG] be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT (selected for null)
and an error message saying it cannot find the required interfaces defined in Model.
When I remove type:ejb-client in the Client pom.xml it compiles again.
Attachments
Attachments
Issue Links
- is related to
-
MNG-2871 Subartifact (ejb-client, test-jar etc.) are not reselved as active project artifacts in build phases prior to package
- Closed
-
MNG-2877 unable to resolve attached artifacts from reactor that are not in repo. (patch applied in svn and IT tests added)
- Closed
-
MNG-249 compile and package should be reactor-aware
- Closed
- relates to
-
MNG-2959 Version defined in dependencyManagement section of parent pom overwrites version of current artifact
- Closed