Re: [VOTE] Release Maven Eclipse plugin version 2.7 (take 3)

2009-06-09 Thread nicolas de loof
+1 Could we move the assembly plugin configuration to the plugins parent / apache-release profile for future plugin releases to conform ASF rules ? 2009/6/8 Arnaud HERITIER aherit...@gmail.com +1Thanks a lot for your help Arnaud On Mon, Jun 8, 2009 at 10:30 PM, Benjamin Bentmann

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

Re: PluginManagement in ASF pom

2009-06-09 Thread Brian Fox
On Tue, Jun 9, 2009 at 9:25 AM, Vincent Sivetonvsive...@apache.org 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

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: 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 Treloarbaerr...@gmail.com wrote: On Sun, Jun 7, 2009 at 11:30 PM, Brian Foxbri...@infinity.nu wrote: What part doesn't match the screenshots? I updated them last time there were any significant

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

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

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: