Re: Central repository index

2008-09-01 Thread Brett Porter
On 28/08/2008, at 10:14 AM, Jason van Zyl wrote: Is this referring to the index files that live in the central repository [1] ? I think if we're going to provide an official index, it should be one that comes from the Maven project, not from any particular repository manager. It's integr

Re: [VOTE] Release Maven Help plugin version 2.1 (take 2)

2008-09-01 Thread Brett Porter
+1 On 01/09/2008, at 9:29 AM, Vincent Siveton wrote: Hi, We solved more than 20 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11141&styleName=Html&version=12300 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-01 Thread Jason van Zyl
Please don't cross post to the lists. On 1-Sep-08, at 4:07 PM, Stephen Connolly wrote: Folks, I've been working on the versions-maven-plugin and I think it's ready to cut the first alpha release. The major changes in this release are - Fixed MOJO-1209 (required a rewrite of the display-plugin-

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-01 Thread Karuppan p
i just over looked the the links provided. its seems good. On Mon, Sep 1, 2008 at 7:07 PM, Stephen Connolly < [EMAIL PROTECTED]> wrote: > Folks, I've been working on the versions-maven-plugin and I think it's > ready to cut the first alpha release. > > The major changes in this release are > - Fi

[VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-01 Thread Stephen Connolly
Folks, I've been working on the versions-maven-plugin and I think it's ready to cut the first alpha release. The major changes in this release are - Fixed MOJO-1209 (required a rewrite of the display-plugin-updates goal) Known issues - MOJO-1210 display-plugin-updates does not include lifecycle

Re: Maven2 Repository Mirror

2008-09-01 Thread Oleg Gusakov
I did set Nexus up on my laptop and now I don't understand how I lived before that! I can do whatever I want with LocalRepo - trash it, restore it. And because all contents are cached by Nexus - I can control what comes back, because it allows me to control what's visible, what's not. And I can

Re: Maven2 Repository Mirror

2008-09-01 Thread Jason van Zyl
Use a repository manager. There is no need to mirror the entire central repository anymore. You probably need 2% of the contents of the central repository. Use Nexus (http://nexus.sonatype.org) and you'll save bandwidth, not trounce Ibiblio (because we don't allow rsyncing against central i

Re: Anyone know how to find out if a plugin is defined in pluginManagement?

2008-09-01 Thread Stephen Connolly
hmmm that's still playing silly buggers If the pom includes a plugin defined in the superpom but does not specify a version for that plugin, original model seems to still be giving it a version! debug probe code here we come! On Mon, Sep 1, 2008 at 2:29 PM, Stephen Connolly < [EMAIL PROTECTED]>

Re: Anyone know how to find out if a plugin is defined in pluginManagement?

2008-09-01 Thread Stephen Connolly
Answering my own question: dance some dances with project.getOriginalModel() On Mon, Sep 1, 2008 at 2:01 PM, Stephen Connolly < [EMAIL PROTECTED]> wrote: > So I have some code which does > > MavenProject project; > > project.getPluginManagement().getPlugins(); > > This gives me a list of all the

Anyone know how to find out if a plugin is defined in pluginManagement?

2008-09-01 Thread Stephen Connolly
So I have some code which does MavenProject project; project.getPluginManagement().getPlugins(); This gives me a list of all the plugins in the pluginManagement section however this is the effective plugin management list. So then I go and walk up the tree of parents and check to see what t

Assembly code and massebly-332

2008-09-01 Thread Artamonov, Juri
Guys, I apologize if this is not correct list and please let me know if there is different one for such kind of questions but I would like to ask about http://jira.codehaus.org/browse/MASSEMBLY-332 issue the guys who are familiar with assembly plugin's code. DefaultAssemblyArchiver class co

Re: [PLEASE TEST] 2.1.0-M1-RC12 of Maven (was: Maven 2.0.10-RC*)

2008-09-01 Thread Henrique Prange
Hi John, FYI, I've tried this RC with a couple of projects (including the plug-in project) and no problems found. Thank you very much. Cheers, Henrique John Casey wrote: Hi everyone, Sorry if the subject of this message is a little confusing, but we're in the process of relabeling the co

Re: [vote] Version for pending release

2008-09-01 Thread Mark Hobson
I'm +1 for #1. Cheers, Mark 2008/8/29 John Casey <[EMAIL PROTECTED]>: > Okay, > > Let's put it to a vote. We have two options: > > 1. Release the current release candidate as milestone 1 of the 2.1.0 > codeline. The version for this release would be 2.1.0-M1. > > The advantage of this approach i

Re: [VOTE] Release Maven Dependency Tree version 1.2

2008-09-01 Thread Mark Hobson
Thanks, the vote has passed: +1: Vincent Siveton, Olivier Lamy, Daniel Kulp, Arnaud HERITIER I'll proceed with the release shortly. Cheers, Mark 2008/8/29 Arnaud HERITIER <[EMAIL PROTECTED]>: > +1 > > Arnaud > > On Fri, Aug 29, 2008 at 3:33 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > >> >> +1

Re: [vote] Version for pending release

2008-09-01 Thread Jason van Zyl
+1 for #1 On 29-Aug-08, at 9:02 AM, John Casey wrote: Okay, Let's put it to a vote. We have two options: 1. Release the current release candidate as milestone 1 of the 2.1.0 codeline. The version for this release would be 2.1.0-M1. The advantage of this approach is that it keeps is (relat

Maven2 Repository Mirror

2008-09-01 Thread Gallagher,Patrick
Hi - I am trying to setup and internal mirror of the central repository. I am using the webpage http://maven.apache.org/guides/mini/guide-mirror-settings.html as an guide. I have tried to rsync both links at the bottom of this email without success. I receive an timeout error from both.

Re: site:deploy to https://dav.codehaus.org/.... from behind a http proxy?

2008-09-01 Thread Stephen Connolly
I event tried with 2.1.0-M1-RC12, no luck! BTW, Maven version: 2.1.0-M1-RC12 Java version: 1.6.0_05 Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "2.6.18-92.1.10.el5" arch: "amd64" family: "unix" mvn site:deploy [INFO] Scanning for projects... [INFO] Searching reposit

site:deploy to https://dav.codehaus.org/.... from behind a http proxy?

2008-09-01 Thread Stephen Connolly
I have the proxy settings in my settings.xml I have http_proxy environment variable set I have my username and password in settings.xml Is this just broken from behind a http proxy, or is there some more magic? Maven 2.0.9: [INFO] [site:deploy] https://dav.codehaus.org/mojo/versions-maven-plug

Re: Encoding issues with images using dependency and resource plugins?

2008-09-01 Thread Rémy Sanlaville
Hi, I don't know if it can help but in case... Did you see this thread ? http://www.nabble.com/damage-image-files-td15431864.html#a15432280 Rémy