However, if I want my pom to have packaging of cba, it's my impression that I need to write a plugin. It's the only artifact I want to upload to Nexus.
On 03/01/15 20:42, Benson Margulies wrote: > I don't understand your question at all. In Maven, you can just use the > build-helper-maven-plugin to attach any file to the project, causing it to > upload. So, you can certainly use antrun to run the ant build, and the > helper to attach the result as an artifact. > > On Sun, Mar 1, 2015 at 4:18 PM, Bruce Albrecht <[email protected]> > wrote: > >> I am working on a project that creates OSGI bundles with an extension of >> .cba and today uses ant to invoke a workbench to build the .cba file. I >> want to upload the .cba file to my Nexus repository. My initial take on >> this is that if IBM didn't use its own extension for this, I would be >> able to just use the antrun plugin. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
