Re: Dependency licenses

2008-10-28 Thread Julien Graglia
Le lundi 27 octobre 2008 à 14:48 +1100, James William Dumay a écrit : > On Mon, 2008-10-06 at 10:13 -0700, bshepherd wrote: > > > > Would like to see this plugin in central. It helped me alot. > > > > Brian > > Good news - I've released the maven-licenses-plugin 0.1 and it should be > up on the

Re: Dependency licenses

2008-10-26 Thread James William Dumay
On Mon, 2008-10-06 at 10:13 -0700, bshepherd wrote: > > Would like to see this plugin in central. It helped me alot. > > Brian Good news - I've released the maven-licenses-plugin 0.1 and it should be up on the central repository in a few hours time. There is a distinct lack of documentation at

Re: Dependency licenses

2008-10-06 Thread James William Dumay
cycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1274) > >>... 14 more > >> [INFO] > >> > >> [INFO] Total time: 2 seconds > >> [INFO] Finished at: Mon Oct

Re: Dependency licenses

2008-10-06 Thread bshepherd
gt;> [INFO] Final Memory: 6M/11M >> [INFO] >> >> >> >> I have place the following in my Reporting section of the pom >> >> >>com.atlassian.maven.plug

Re: Dependency licenses

2008-10-06 Thread Wayne Fay
ting section of the pom > > >com.atlassian.maven.plugins >maven-licenses-plugin >1.0-SNAPSHOT > > > Is there something else I need to do? > > > justinedelson wrote: >> >> It's in t

RE: Dependency licenses

2008-10-06 Thread bshepherd
OT Is there something else I need to do? justinedelson wrote: > > It's in the Atlassian public repo: > https://maven.atlassian.com/repository/public/ > > -Original Message- > From: bshepherd [mailto:[EMAIL PROTECTED] > Sent: Monday, October 06, 2

RE: Dependency licenses

2008-10-06 Thread Edelson, Justin
It's in the Atlassian public repo: https://maven.atlassian.com/repository/public/ -Original Message- From: bshepherd [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 8:51 AM To: users@maven.apache.org Subject: Re: Dependency licenses I found out that here at work we ca

Re: Dependency licenses

2008-10-06 Thread bshepherd
I found out that here at work we can not checkout from other companies svn. So I followed all the links and downloaded the files manually. However, there is a dependency on a parent pom that is not in the checkout url link. Therefore I can not seem to build. Any ideas? Downloading: http://coors.

Re: Dependency licenses

2008-10-03 Thread Wayne Fay
The reply from James @ Atlassian provided the SVN trunk url: https://svn.atlassian.com/svn/public/atlassian/maven-plugins/maven-licenses-plugin/trunk/ I haven't done it, but I imagine you can check out the code and build/install/use it pretty easily. Wayne On Fri, Oct 3, 2008 at 11:47 AM, bsheph

Re: Dependency licenses

2008-10-03 Thread bshepherd
I can follow the link in my browser, but how do you check out the code so I can build it. It sounds exactly what I need. Thanks Keith Bonawitz-2 wrote: > > Is there a way to create an assembly that includes a license file for > each dependency (including transitive dependencies)? > > Thanks, >

RE : Dependency licenses

2008-05-19 Thread Deneux, Christophe
PROTECTED] Date: dim. 04/05/2008 05:35 À: Maven Users List Objet : Re: Dependency licenses Keith, We are working on something like that at Atlassian right now. Checkout this plugin: https://svn.atlassian.com/svn/public/atlassian/maven-plugins/maven-licenses-plugin/trunk/ You would probably be inte

Re: Dependency licenses

2008-05-08 Thread Rémy Sanlaville
Yes you have right, I wrote a little bit to fast. I agree it would be nice to have just one plugin for both functionalities. Rémy

Re: Dependency licenses

2008-05-08 Thread Keith Bonawitz
I believe that this one is intended to manage license information within each source file, e.g. copyright & licensing comments at the top of each .java file , whereas the licenseS plugin is intended to manage separate project-level license files, e.g LICENSE.TXT files. I can certainly imagine a me

Re: Dependency licenses

2008-05-08 Thread Rémy Sanlaville
Hi, Do you know this one too ? http://java.dzone.com/announcements/maven-license-plugin-130-relea I haven't try both of them so I don't know which one is the best. But it could be nice to merge the effort in order to have just one. Don't you think ? Rémy

Re: Dependency licenses

2008-05-08 Thread Nicole Lacoste
me too! 2008/5/8 Keith Bonawitz <[EMAIL PROTECTED]>: > Thanks, this is just what I wanted. I look forward to seeing it on > central :-) > Keith > > 2008/5/4 Sherali Karimov <[EMAIL PROTECTED]>: > > Just a clarification: > > Download - will download (and optionally deploy to maven repo) licenses

Re: Dependency licenses

2008-05-07 Thread Keith Bonawitz
Thanks, this is just what I wanted. I look forward to seeing it on central :-) Keith 2008/5/4 Sherali Karimov <[EMAIL PROTECTED]>: > Just a clarification: > Download - will download (and optionally deploy to maven repo) licenses of > all the dependencies of the project. > > cheers, > sherali >

Re: Dependency licenses

2008-05-05 Thread Sherali Karimov
Just a clarification: Download - will download (and optionally deploy to maven repo) licenses of all the dependencies of the project. cheers, sherali 04/05/2008, в 13:35, James William Dumay писал(а): Keith, We are working on something like that at Atlassian right now. Checkout this plugi

Re: Dependency licenses

2008-05-03 Thread James William Dumay
Keith, We are working on something like that at Atlassian right now. Checkout this plugin: https://svn.atlassian.com/svn/public/atlassian/maven-plugins/maven-licenses-plugin/trunk/ You would probably be interested in the following two goals: * List - This goal lists all of the licenses of all t