Creating a bundled jar file with an external bundler

2013-11-13 Thread Bruce Albrecht
Some of my developers is trying to create a OSGI bundled jar file by creating a jar project which the jar plugin and then calling the external bundler in the packaging phase. They change the output directory in the jar configuration to be a subfolder used by the external bundler. When it

Re: Creating a bundled jar file with an external bundler

2013-11-13 Thread Wayne Fay
external bundler. When it performs an install or deploy, it uploads the jar created by the jar plugin. Is there some way for me to tell the install and deploy plugins to use the jar file created by the external bundler? You may look into using the build-helper-maven-plugin to attach your