1 year ago
#377427
Sudipto Saha
How to package and include fragment jars in build jar using maven?
I have translated the help window in our RCP app using babel fragment jars(doesn't have poms). I had to include the fragments in target platform and load them in plugins for run configurations. This way it worked in eclipse workspace.
Now, when maven clean build is done, they are not packaged in the target plugin
I tried to mavenise those fragment jars and installed them in local m2 repo and added them in product pom dependencies then also they are not pulled.
When, I paste those jars in target plugin manually & added them in config.ini they work.
Anyone can help how to get these fragment jars to the target plugin ?
maven
eclipse-plugin
maven-plugin
rcp
target-platform
0 Answers
Your Answer