Re: Using maven-launchpad-plugin but I don't need Sling in my standalone.

2012-06-04 Thread Erik Froese
Hey Justin, Thanks for looking into this. I wasn't able to get your pom working though. Configuring the includeDefaultBundles at the plugin level did work. I was able to produce a jar without the sling bundles. Thanks Erik ps - In case it matters here's my maven version: Apache Maven 3.0.3 (r107

Re: Using maven-launchpad-plugin but I don't need Sling in my standalone.

2012-06-04 Thread Justin Edelson
Erik- I wasn't able to get your project to build due to missing dependencies. Here's a simplified pom which does work correctly: https://gist.github.com/2871513 Note that it would be simpler to configure the includeDefaultBundles just one time (in a top-level configuration element under the plugi

Re: Using maven-launchpad-plugin but I don't need Sling in my standalone.

2012-06-04 Thread Erik Froese
I'm getting a lot of sling bundles I don't need. How can I get just what is in my list.xml? unzip -l /Users/froese/work/sakaiproject/nakamura/bundles/preview/target/org.sakaiproject.nakamura.preview-1.3-SNAPSHOT-bundles.jar |grep sling 22567 06-24-11 09:57 resources/bundles/0/org.apache.sli

Re: Using maven-launchpad-plugin but I don't need Sling in my standalone.

2012-06-04 Thread Carsten Ziegeler
At a first look, this looks fine, so which bundles to you have in your final standalone app which you don't want to have there? Regards Carsten 2012/6/4 Erik Froese : > And here's the src/main/bundles/list.xml > > https://gist.github.com/2869507 > > On Mon, Jun 4, 2012 at 12:50 PM, Erik Froese w

Re: Using maven-launchpad-plugin but I don't need Sling in my standalone.

2012-06-04 Thread Erik Froese
And here's the src/main/bundles/list.xml https://gist.github.com/2869507 On Mon, Jun 4, 2012 at 12:50 PM, Erik Froese wrote: > Hey Carsten, > > I've updated the gist with my full pom.xml. > > https://gist.github.com/2869165 > > Erik > > On Mon, Jun 4, 2012 at 12:47 PM, Carsten Ziegeler > wrote

Re: Using maven-launchpad-plugin but I don't need Sling in my standalone.

2012-06-04 Thread Erik Froese
Hey Carsten, I've updated the gist with my full pom.xml. https://gist.github.com/2869165 Erik On Mon, Jun 4, 2012 at 12:47 PM, Carsten Ziegeler wrote: > Hi, > > yes, this is the right list :) > > It depends how you setup your project, if you create a bundle list > (src/main/bundle/list.xml) wh

Re: Using maven-launchpad-plugin but I don't need Sling in my standalone.

2012-06-04 Thread Carsten Ziegeler
Hi, yes, this is the right list :) It depends how you setup your project, if you create a bundle list (src/main/bundle/list.xml) which lists just the bundles you need you should basically be done. In that case you don't need a dependency on the Sling launchpad bundle list. Maybe you could share t

Using maven-launchpad-plugin but I don't need Sling in my standalone.

2012-06-04 Thread Erik Froese
Hey, First off, is this the right place to send mail for questions about the maven-launchpad-plugin? If not, my apologies. I'm trying to use the maven-launchpad-plugin to bundle up an OSGi runtime and a bunch of bundles into an executable jar file. That part seems to work just fine. All of the bu