You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/12/18 03:59:19 UTC

[jira] Commented: (MNG-3763) Site / Dependency / Classifier Issue

    [ http://jira.codehaus.org/browse/MNG-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=158408#action_158408 ] 

Brett Porter commented on MNG-3763:
-----------------------------------

the problem is that you get this:
[DEBUG]  /Users/brett/test-runs/dependency-site-bug/service/target/classes
[DEBUG]  /Users/brett/test-runs/dependency-site-bug/persistence/target/classes
[DEBUG]  /Users/brett/.m2/repository/org/maven/bug/model/0.0.1-SNAPSHOT/model-0.0.1-SNAPSHOT-tests.jar
[DEBUG]  /Users/brett/.m2/repository/junit/junit/4.5/junit-4.5.jar

instead of this:
[DEBUG]  /Users/brett/test-runs/dependency-site-bug/service/target/classes
[DEBUG]  /Users/brett/test-runs/dependency-site-bug/persistence/target/classes
[DEBUG]  /Users/brett/test-runs/dependency-site-bug/model/target/model-0.0.1-SNAPSHOT.jar
[DEBUG]  /Users/brett/.m2/repository/junit/junit/4.5/junit-4.5.jar

I think the active projects get mixed up when you include both the non-classifier and the classifier

> Site / Dependency / Classifier Issue
> ------------------------------------
>
>                 Key: MNG-3763
>                 URL: http://jira.codehaus.org/browse/MNG-3763
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 2.0.9, 2.1.0-M1
>         Environment: Maven 2.0.9, Maven 2.1.0-M1, Windows, CentOS
>            Reporter: Geoffrey Wiseman
>             Fix For: 2.0.x
>
>         Attachments: dependency-site-bug.zip
>
>
> When the attached project is run with "mvn clean install" it's successful.  When "mvn clean install site" is run, the build fails to compile.  Seems like it's a bug, not sure where the bug lies.

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