transitive dependency: test stronger than provided
--------------------------------------------------
Key: MNG-2101
URL: http://jira.codehaus.org/browse/MNG-2101
Project: Maven 2
Type: Bug
Versions: 2.0.2
Environment: Maven 2.0.2
Reporter: Frank Cornelis
Suppose I have artifacts A, B, C and D.
In artifact D you initially have:
D ---provided---> B ---compile---> A
where B has a compile dependency on A.
This allows you to compile code agains A.
If you they add:
D ---test---> C ---compile---> A
where C also has a compile dependency on A, then A all of the sudden becomes
'test visible' and you can no longer compile against it.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]