Re: Looking up the license of dependencies in a pom.xml

2009-06-09 Thread Brett Porter
It doesn't need to do that much. Take a look at the remote-resources plugin and the apache-jar-resource- bundle (particularly DEPENDENCIES.vm) - they do exactly what you want and should show you where to direct your efforts. - Brett On 10/06/2009, at 2:11 PM, Perry-Pelletier, Adam wrote: I

Re: [feedback-crypto] Bouncy Castle Jars

2009-06-09 Thread David Hook
Hi, I think we now have a correctly setup repository that can be synced with. I've added a jira issue: http://jira.codehaus.org/browse/MAVENUPLOAD-2479 For it to be tried out. At the moment the repository just has the 1.43 provider jars in it, once I've confirmed that's working and fixed an er

Looking up the license of dependencies in a pom.xml

2009-06-09 Thread Perry-Pelletier, Adam
I'm taking my first crack at developing a plugin. I'm trying to read/resolve the license for a particular dependency. I've read tons of code but can't seem to pull it all together. I've read dependency plugin resolve code, I've see the the MavenProject does have license information, but the b

Re: docs developers/release/releasing.html needs new screen shots.

2009-06-09 Thread Brian Fox
Yes those were just label changes, but i'll update them. On Sun, Jun 7, 2009 at 4:15 PM, Barrie Treloar wrote: > On Sun, Jun 7, 2009 at 11:30 PM, Brian Fox wrote: >> What part doesn't match the screenshots? I updated them last time there were >> any significant changes. >> >> On Sun, Jun 7, 2009 a

Re: PluginManagement in ASF pom

2009-06-09 Thread David Jencks
I've been working on converting geronimo projects to use the apache 6 pom and think that the set of plugins tied down there is a very usable choice and makes maintenance of geronimo poms a lot easier. I certainly don't think stuff like eclipse and idea plugins belong in any root poms. For

Re: PluginManagement in ASF pom

2009-06-09 Thread Brian Fox
On Tue, Jun 9, 2009 at 9:25 AM, Vincent Siveton wrote: > Hi folks, > > I just spot the r766947 [1] of the ASF pom which add a > pluginManagement tag for all ASF projects. > Some questions: > - some plugins like modello-maven-plugin or plexus-maven-plugin are > more specific for Maven projects than

PluginManagement in ASF pom

2009-06-09 Thread Vincent Siveton
Hi folks, I just spot the r766947 [1] of the ASF pom which add a pluginManagement tag for all ASF projects. Some questions: - some plugins like modello-maven-plugin or plexus-maven-plugin are more specific for Maven projects than ASF projects. Why not move them in the Maven pom? Why not external A