Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.4
-
Fix Version/s: 2.0.5
-
Component/s: Dependencies, Plugins and Lifecycle
-
Labels:None
-
Environment:WinXP, JDK 1.5_08
-
Complexity:Intermediate
-
Number of attachments :
Description
Transitive dependencies referenced by a plugin are searched only in the plugin-repositories
In my case, the axis plugin references th javax.activation artifact. this artifact is keep at our site in a 3rd-party repo.
If this repo is only addressed in the <Repositories>, the build fails.If it is also refereced in the <pluginRepositories> everything works fine.
Is this the intended practice?
I accidently used a too high priority.