RE: SPDX Maven Plugin

2014-01-28 Thread Gary O'Neall
Thanks for the additional feedback and suggestions. Responses inline below. Gary > -Original Message- > From: Jason van Zyl [mailto:ja...@takari.io] > Sent: Monday, January 27, 2014 1:14 PM > To: Maven Developers List > Subject: Re: SPDX Maven Plugin > > > On

Re: SPDX Maven Plugin

2014-01-27 Thread Jason van Zyl
ad of. Make the Mojo the smallest of wrappers around your base code. That way you can use the code from Ant/Gradle or other build tools as well if that's your target. > Gary > >> -Original Message- >> From: Jason van Zyl [mailto:ja...@takari.io] >> Sent: Monda

RE: SPDX Maven Plugin

2014-01-27 Thread Gary O'Neall
if you have any thoughts on how this may be structured in Maven. Gary > -Original Message- > From: Jason van Zyl [mailto:ja...@takari.io] > Sent: Monday, January 27, 2014 11:06 AM > To: Maven Developers List > Subject: Re: SPDX Maven Plugin > > Gary, > > Does

Re: SPDX Maven Plugin

2014-01-27 Thread Jason van Zyl
was suggested that a maven plugin would substantially reduce the effort for > several Apache projects. > > Over the past couple weeks, I have studied the Maven Mojo and plugin API's > and produced a prototype which will generate an SPDX file based on a POM > file. You can find the c

Re: SPDX Maven Plugin

2014-01-20 Thread Aldrin Leal
t; several Apache projects. > > Over the past couple weeks, I have studied the Maven Mojo and plugin API's > and produced a prototype which will generate an SPDX file based on a POM > file. You can find the code on Github at > https://github.com/goneall/spdx-maven-plugin > >

SPDX Maven Plugin

2014-01-20 Thread Gary O'Neall
studied the Maven Mojo and plugin API's and produced a prototype which will generate an SPDX file based on a POM file. You can find the code on Github at https://github.com/goneall/spdx-maven-plugin Here's my questions for the Maven Developers: - Is anyone on the list interested and have so