Re: Maven Launchpad Plugin : Support for other files than bundles

2010-08-11 Thread Carsten Ziegeler
Justin Edelson wrote As with the launchpad plugin's current goals, I would suggest prototyping with the existing Maven plugins (maven-resources-plugin and maven-jar-plugin in this case) and then decide if we need new goals/functionality. Yes, this was my initial thought as well - but I

Re: Maven Launchpad Plugin : Support for other files than bundles

2010-08-11 Thread Justin Edelson
src/main/resources won't work? On Aug 11, 2010, at 3:04 AM, Carsten Ziegeler cziege...@apache.org wrote: Justin Edelson wrote As with the launchpad plugin's current goals, I would suggest prototyping with the existing Maven plugins (maven-resources-plugin and maven-jar-plugin in this

Re: Maven Launchpad Plugin : Support for other files than bundles

2010-08-09 Thread Carsten Ziegeler
Hi Justin, Justin Edelson wrote On Aug 6, 2010, at 11:41 AM, Carsten Ziegeler cziege...@apache.org wrote: Hi, does our maven launchpad plugin support including other artifacts than bundles by just listing them in the XML file? Assuming you're talking about

Re: Maven Launchpad Plugin : Support for other files than bundles

2010-08-09 Thread Justin Edelson
On Aug 9, 2010, at 11:44 AM, Carsten Ziegeler cziege...@apache.org wrote: Hi Justin, Justin Edelson wrote On Aug 6, 2010, at 11:41 AM, Carsten Ziegeler cziege...@apache.org wrote: Hi, does our maven launchpad plugin support including other artifacts than bundles by just listing

Maven Launchpad Plugin : Support for other files than bundles

2010-08-06 Thread Carsten Ziegeler
Hi, does our maven launchpad plugin support including other artifacts than bundles by just listing them in the XML file? In addition I would like to add configuration files - usually these files are not available as dependencies. I see two options: - either include them as resources and the