You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by CLEMENT Jean-Philippe <je...@fr.thalesgroup.com> on 2016/09/26 12:04:48 UTC

Karaf assembly licences report

Hi,

We are packing our app using the Karaf Maven plugin with our custom features. Is there a way to check all used licenses of the assembled application?

Regards,
JP

RE: Karaf assembly licences report

Posted by CLEMENT Jean-Philippe <je...@fr.thalesgroup.com>.
I created the KARAF-4734 Jira for this. Hope the description is clear enough :)

Regards,
JP

-----Message d'origine-----
De : Jean-Baptiste Onofré [mailto:jb@nanthrax.net] 
Envoyé : lundi 26 septembre 2016 17:59
À : user@karaf.apache.org
Objet : Re: Karaf assembly licences report

Yes, please do. I will work on it.

Thanks,
Regards
JB

On 09/26/2016 05:51 PM, CLEMENT Jean-Philippe wrote:
> Yes, could be very nice and useful!
>
> May I open a Jira for this?
>
> Regards,
> JP
>
> -----Message d'origine-----
> De : Jean-Baptiste Onofré [mailto:jb@nanthrax.net] Envoyé : lundi 26 
> septembre 2016 15:11 À : user@karaf.apache.org Objet : Re: Karaf 
> assembly licences report
>
> Unfortunately, no, the existing plugins use the pom.xml as base.
>
> We can add a couple of goals in the karaf-maven-plugins to create a pom or check the license based on a feature (like we do with the verify goal).
>
> Regards
> JB
>
> On 09/26/2016 03:08 PM, CLEMENT Jean-Philippe wrote:
>> Ok good thank you! (I'm currently trying license:third-party-report 
>> but I get ClassNotFound exceptions - I'm investigating)
>>
>> We were using project-info-reports:dependencies but it only handles pom files, not features, so a fake pom must be manually created from feature-related artifacts in order to get a report.
>>
>> "license" plugin also seems to be tied to pom files. Is there a plugin which analyses the assembly, i.e. all features of the assembly? ... else is there a tool to generate a pom from features?
>>
>> Regards,
>> JP
>>
>> -----Message d'origine-----
>> De : Jean-Baptiste Onofré [mailto:jb@nanthrax.net] Envoyé : lundi 26 
>> septembre 2016 14:08 À : user@karaf.apache.org Objet : Re: Karaf 
>> assembly licences report
>>
>> Hi JP,
>>
>> you can use the license plugin to check all dependencies license in your POM.
>>
>> http://www.mojohaus.org/license-maven-plugin/
>>
>> Regards
>> JB
>>
>> On 09/26/2016 02:04 PM, CLEMENT Jean-Philippe wrote:
>>> Hi,
>>>
>>> We are packing our app using the Karaf Maven plugin with our custom features. Is there a way to check all used licenses of the assembled application?
>>>
>>> Regards,
>>> JP
>>>
>>
>> --
>> Jean-Baptiste Onofré
>> jbonofre@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

--
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: Karaf assembly licences report

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Yes, please do. I will work on it.

Thanks,
Regards
JB

On 09/26/2016 05:51 PM, CLEMENT Jean-Philippe wrote:
> Yes, could be very nice and useful!
>
> May I open a Jira for this?
>
> Regards,
> JP
>
> -----Message d'origine-----
> De : Jean-Baptiste Onofr� [mailto:jb@nanthrax.net]
> Envoy� : lundi 26 septembre 2016 15:11
> � : user@karaf.apache.org
> Objet : Re: Karaf assembly licences report
>
> Unfortunately, no, the existing plugins use the pom.xml as base.
>
> We can add a couple of goals in the karaf-maven-plugins to create a pom or check the license based on a feature (like we do with the verify goal).
>
> Regards
> JB
>
> On 09/26/2016 03:08 PM, CLEMENT Jean-Philippe wrote:
>> Ok good thank you! (I'm currently trying license:third-party-report
>> but I get ClassNotFound exceptions - I'm investigating)
>>
>> We were using project-info-reports:dependencies but it only handles pom files, not features, so a fake pom must be manually created from feature-related artifacts in order to get a report.
>>
>> "license" plugin also seems to be tied to pom files. Is there a plugin which analyses the assembly, i.e. all features of the assembly? ... else is there a tool to generate a pom from features?
>>
>> Regards,
>> JP
>>
>> -----Message d'origine-----
>> De : Jean-Baptiste Onofr� [mailto:jb@nanthrax.net] Envoy� : lundi 26
>> septembre 2016 14:08 � : user@karaf.apache.org Objet : Re: Karaf
>> assembly licences report
>>
>> Hi JP,
>>
>> you can use the license plugin to check all dependencies license in your POM.
>>
>> http://www.mojohaus.org/license-maven-plugin/
>>
>> Regards
>> JB
>>
>> On 09/26/2016 02:04 PM, CLEMENT Jean-Philippe wrote:
>>> Hi,
>>>
>>> We are packing our app using the Karaf Maven plugin with our custom features. Is there a way to check all used licenses of the assembled application?
>>>
>>> Regards,
>>> JP
>>>
>>
>> --
>> Jean-Baptiste Onofr�
>> jbonofre@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>
> --
> Jean-Baptiste Onofr�
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

-- 
Jean-Baptiste Onofr�
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

RE: Karaf assembly licences report

Posted by CLEMENT Jean-Philippe <je...@fr.thalesgroup.com>.
Yes, could be very nice and useful!

May I open a Jira for this?

Regards,
JP

-----Message d'origine-----
De : Jean-Baptiste Onofré [mailto:jb@nanthrax.net] 
Envoyé : lundi 26 septembre 2016 15:11
À : user@karaf.apache.org
Objet : Re: Karaf assembly licences report

Unfortunately, no, the existing plugins use the pom.xml as base.

We can add a couple of goals in the karaf-maven-plugins to create a pom or check the license based on a feature (like we do with the verify goal).

Regards
JB

On 09/26/2016 03:08 PM, CLEMENT Jean-Philippe wrote:
> Ok good thank you! (I'm currently trying license:third-party-report 
> but I get ClassNotFound exceptions - I'm investigating)
>
> We were using project-info-reports:dependencies but it only handles pom files, not features, so a fake pom must be manually created from feature-related artifacts in order to get a report.
>
> "license" plugin also seems to be tied to pom files. Is there a plugin which analyses the assembly, i.e. all features of the assembly? ... else is there a tool to generate a pom from features?
>
> Regards,
> JP
>
> -----Message d'origine-----
> De : Jean-Baptiste Onofré [mailto:jb@nanthrax.net] Envoyé : lundi 26 
> septembre 2016 14:08 À : user@karaf.apache.org Objet : Re: Karaf 
> assembly licences report
>
> Hi JP,
>
> you can use the license plugin to check all dependencies license in your POM.
>
> http://www.mojohaus.org/license-maven-plugin/
>
> Regards
> JB
>
> On 09/26/2016 02:04 PM, CLEMENT Jean-Philippe wrote:
>> Hi,
>>
>> We are packing our app using the Karaf Maven plugin with our custom features. Is there a way to check all used licenses of the assembled application?
>>
>> Regards,
>> JP
>>
>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

--
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: Karaf assembly licences report

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Unfortunately, no, the existing plugins use the pom.xml as base.

We can add a couple of goals in the karaf-maven-plugins to create a pom 
or check the license based on a feature (like we do with the verify goal).

Regards
JB

On 09/26/2016 03:08 PM, CLEMENT Jean-Philippe wrote:
> Ok good thank you! (I'm currently trying license:third-party-report but I get ClassNotFound exceptions - I'm investigating)
>
> We were using project-info-reports:dependencies but it only handles pom files, not features, so a fake pom must be manually created from feature-related artifacts in order to get a report.
>
> "license" plugin also seems to be tied to pom files. Is there a plugin which analyses the assembly, i.e. all features of the assembly? ... else is there a tool to generate a pom from features?
>
> Regards,
> JP
>
> -----Message d'origine-----
> De : Jean-Baptiste Onofr� [mailto:jb@nanthrax.net]
> Envoy� : lundi 26 septembre 2016 14:08
> � : user@karaf.apache.org
> Objet : Re: Karaf assembly licences report
>
> Hi JP,
>
> you can use the license plugin to check all dependencies license in your POM.
>
> http://www.mojohaus.org/license-maven-plugin/
>
> Regards
> JB
>
> On 09/26/2016 02:04 PM, CLEMENT Jean-Philippe wrote:
>> Hi,
>>
>> We are packing our app using the Karaf Maven plugin with our custom features. Is there a way to check all used licenses of the assembled application?
>>
>> Regards,
>> JP
>>
>
> --
> Jean-Baptiste Onofr�
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

-- 
Jean-Baptiste Onofr�
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

RE: Karaf assembly licences report

Posted by CLEMENT Jean-Philippe <je...@fr.thalesgroup.com>.
Ok good thank you! (I'm currently trying license:third-party-report but I get ClassNotFound exceptions - I'm investigating)

We were using project-info-reports:dependencies but it only handles pom files, not features, so a fake pom must be manually created from feature-related artifacts in order to get a report.

"license" plugin also seems to be tied to pom files. Is there a plugin which analyses the assembly, i.e. all features of the assembly? ... else is there a tool to generate a pom from features?

Regards,
JP

-----Message d'origine-----
De : Jean-Baptiste Onofré [mailto:jb@nanthrax.net] 
Envoyé : lundi 26 septembre 2016 14:08
À : user@karaf.apache.org
Objet : Re: Karaf assembly licences report

Hi JP,

you can use the license plugin to check all dependencies license in your POM.

http://www.mojohaus.org/license-maven-plugin/

Regards
JB

On 09/26/2016 02:04 PM, CLEMENT Jean-Philippe wrote:
> Hi,
>
> We are packing our app using the Karaf Maven plugin with our custom features. Is there a way to check all used licenses of the assembled application?
>
> Regards,
> JP
>

--
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: Karaf assembly licences report

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi JP,

you can use the license plugin to check all dependencies license in your 
POM.

http://www.mojohaus.org/license-maven-plugin/

Regards
JB

On 09/26/2016 02:04 PM, CLEMENT Jean-Philippe wrote:
> Hi,
>
> We are packing our app using the Karaf Maven plugin with our custom features. Is there a way to check all used licenses of the assembled application?
>
> Regards,
> JP
>

-- 
Jean-Baptiste Onofr�
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com