Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-1
-
Fix Version/s: 2.0-beta-3
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Environment:xp, linux
-
Complexity:Intermediate
Description
There are 2 use cases:
- native-plugin can combine it built .o files with additional libraries on dependency list to produce a big bundle. However other native pom
using bundle artifact will fail at link time ( linker not happy about duplicate referenes)
- I will have custom mojo to combine a bunch of jars on my dependcies list. However any pom file uses that bundle jar will have
to carry extra jars with it.
Can we have a api method to trigger to install/deploy not to add the dependency artifacts in to pom??
Issue Links
- is duplicated by
-
MEAR-14
Transitive dependencies of War modules should not be copied in the Ear by default
-
I don't think this is the right solution to the problem, but the use case is valid.
This use case is also valid for the JarJar mojo and it's output.