[jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2012-01-17 Thread Justin Edelson (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-2265. --- Resolution: Won't Fix Carsten - your changes look good to me > maven-launchp

Re: [jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-07 Thread Carsten Ziegeler
Hi, I agree somehow and disagree at the same time :) So far, we have different options but none of them is optimal, this has a direct impact on the user. With the suggested workaround we have the optimal solution for the user and its our task to keep it running with newer maven versions - if this

Re: [jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-06 Thread Justin Edelson
Hi Carsten, On Sat, Nov 5, 2011 at 9:20 PM, Carsten Ziegeler wrote: > 2011/11/5 Jukka Zitting : >> Hi, >> >> On Sun, Nov 6, 2011 at 12:11 AM, Carsten Ziegeler >> wrote: >>> Yes, but the tooling point only applies partially - there is no >>> tooling for the various plugin configurations includin

Re: [jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-05 Thread Carsten Ziegeler
Just had a second thought on this :) I think we can forget about supporting pom inheritance for bundle lists. We have the partial bundle lists for this. This leaves us with profiles which should be easy to support. Regards Carsten 2011/11/5 Carsten Ziegeler : > 2011/11/5 Jukka Zitting : >> Hi, >>

Re: [jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-05 Thread Carsten Ziegeler
2011/11/5 Jukka Zitting : > Hi, > > On Sun, Nov 6, 2011 at 12:11 AM, Carsten Ziegeler > wrote: >> Yes, but the tooling point only applies partially - there is no >> tooling for the various plugin configurations including the new >> configuration for this plugin. So there is no tooling support for

Re: [jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-05 Thread Jukka Zitting
Hi, On Sun, Nov 6, 2011 at 12:11 AM, Carsten Ziegeler wrote: > Yes, but the tooling point only applies partially - there is no > tooling for the various plugin configurations including the new > configuration for this plugin. So there is no tooling support for that > regardless which way we go.

Re: [jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-05 Thread Carsten Ziegeler
Yes, but the tooling point only applies partially - there is no tooling for the various plugin configurations including the new configuration for this plugin. So there is no tooling support for that regardless which way we go. I agree for inheritance and profiles...however I think we could go with

Re: [jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-05 Thread Jukka Zitting
Hi, On Sat, Nov 5, 2011 at 3:03 AM, Carsten Ziegeler wrote: > [...] just read the pom file ourselves to parse the annotations [...] What about POM inheritance and profiles? Or stuff like polyglot POMs? Sticking with standard Maven dependencies and the normal plugin configuration mechanism is IM

Re: [jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-05 Thread Tobias Bocanegra
On Sat, Nov 5, 2011 at 3:03 AM, Carsten Ziegeler wrote: > Hi, > > I really appreciate the work spent in this stuff - but how many > different ways do we now have to configure the bundle list? And none > of them is really satisfying I think. Still the best approach we have > right now from a config

Re: [jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-04 Thread Carsten Ziegeler
Hi, I really appreciate the work spent in this stuff - but how many different ways do we now have to configure the bundle list? And none of them is really satisfying I think. Still the best approach we have right now from a configuration point of view is imho the separate xml file. The best way wo

[jira] [Resolved] (SLING-2265) maven-launchpad-plugin should support a syntax similar to the maven-dependency-plugin

2011-11-04 Thread Justin Edelson (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-2265. --- Resolution: Fixed done in r1197759 with a demo addition to the test-bundles project in r11977