Re: Maven diagnostic commands

2017-03-06 Thread Grzegorz Grzybek
Sure - track the issue here: https://issues.apache.org/jira/browse/KARAF-5008 regards Grzegorz 2017-03-06 10:53 GMT+01:00 Jean-Baptiste Onofré : > Awesome. Thanks ! > > Let me know if you need anything. > > Regards > JB > > > On 03/06/2017 10:46 AM, Grzegorz Grzybek wrote: > >> Thanks - I'll wor

Re: Maven diagnostic commands

2017-03-06 Thread Jean-Baptiste Onofré
Awesome. Thanks ! Let me know if you need anything. Regards JB On 03/06/2017 10:46 AM, Grzegorz Grzybek wrote: Thanks - I'll work on it. ~Grzegorz 2017-03-06 10:36 GMT+01:00 Jean-Baptiste Onofré : Great. As said, I think a mvn module makes sense. Regards JB On 03/06/2017 10:33 AM, Grze

Re: Maven diagnostic commands

2017-03-06 Thread Grzegorz Grzybek
Thanks - I'll work on it. ~Grzegorz 2017-03-06 10:36 GMT+01:00 Jean-Baptiste Onofré : > Great. > > As said, I think a mvn module makes sense. > > Regards > JB > > > On 03/06/2017 10:33 AM, Grzegorz Grzybek wrote: > >> Hi >> >> >> so basically, kind of "filter" of config:list/config:property-list

Re: Maven diagnostic commands

2017-03-06 Thread Jean-Baptiste Onofré
Great. As said, I think a mvn module makes sense. Regards JB On 03/06/2017 10:33 AM, Grzegorz Grzybek wrote: Hi so basically, kind of "filter" of config:list/config:property-list commands or more than that ? Rather more than that - not just print what's already there in org.ops4j.pax.url

Re: Maven diagnostic commands

2017-03-06 Thread Grzegorz Grzybek
Hi > so basically, kind of "filter" of config:list/config:property-list > commands or more than that ? Rather more than that - not just print what's already there in org.ops4j.pax.url.mvn PID, but check if: * there are http(s):// repositories among _default repositories_ which is irrational * l

Re: Maven diagnostic commands

2017-03-06 Thread Guillaume Nodet
What about creating a module named "maven" in the root ? We have jdbc, jms, jndi already. 2017-03-06 10:09 GMT+01:00 Grzegorz Grzybek : > Hello > > I have a plan to add some maven related commands to Karaf codebase. These > commands would rely not on pax-url-aether services > (org.ops4j.pax.url.m

Re: Maven diagnostic commands

2017-03-06 Thread Jean-Baptiste Onofré
Hi, so basically, kind of "filter" of config:list/config:property-list commands or more than that ? What scope would you propose ? mvn: (like mvn:repositories) ? If so, I would propose mvn sub-module. Regards JB On 03/06/2017 10:09 AM, Grzegorz Grzybek wrote: Hello I have a plan to add som

Maven diagnostic commands

2017-03-06 Thread Grzegorz Grzybek
Hello I have a plan to add some maven related commands to Karaf codebase. These commands would rely not on pax-url-aether services (org.ops4j.pax.url.mvn.MavenResolver), but rather on `org.ops4j.pax.url.mvn` PID only. I want to show/print the list of used default/local/remote repositories, with s