Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Environment:Windows XP using Maven 2.0.
-
Complexity:Intermediate
-
Number of attachments :
Description
I have a jar project file that defines a dependency inside a certain profile. If I then include that project inside of another war project, the dependencies defined in the jar project's profile isn't getting transferred over to the war.
Ie we have this:
A depends on SQL or Oracle depending on profile
B depends on A.
If sql profile is active, I would expect that when I build B, it pulls
the transitive dependancy on sql from A.
Issue Links
- is duplicated by
-
MNG-4985
Transitive dependencies with classifiers not resolved correctly
-
-
MNG-4894
Profile is ignored for dependencies
-
- is related to
-
MNG-4538
dependencyManagament dependencies within profiles are not activated by settings.xml
-
- relates to
-
MNG-4299
dependency profile activation
-
-
MNG-4531
Add option to use a profile of a dependency
-
-
MNG-3034
Import a profile into a POM
-
are you able to produce a small test case to demonstrate this?