Re: Intention to release Changes and JAR plugins

2009-10-28 Thread Tony Chemit
Le Thu, 29 Oct 2009 02:09:47 +0100, Olivier Lamy a écrit : > Hi, > If you provide a patch. "Pas de problèmes", I will review it and > commit it. (or maybe dennis speak french too :-) ). > Fair enough :) It is done in http://jira.codehaus.org/browse/MCHANGES-183 > Merci, > -- > Olivier > > 200

Re: Intention to release Changes and JAR plugins

2009-10-28 Thread Olivier Lamy
Hi, If you provide a patch. "Pas de problèmes", I will review it and commit it. (or maybe dennis speak french too :-) ). Merci, -- Olivier 2009/10/29 Tony Chemit : > Le Wed, 28 Oct 2009 21:34:50 +0100, > Dennis Lundberg a écrit : > >> Hi >> >> I plan on making 2 releases in the near future: >> >

Re: Intention to release Changes and JAR plugins

2009-10-28 Thread Tony Chemit
Le Wed, 28 Oct 2009 21:34:50 +0100, Dennis Lundberg a écrit : > Hi > > I plan on making 2 releases in the near future: > > Maven Changes Plugin 2.2 > http://jira.codehaus.org/browse/MCHANGES?report=com.atlassian.jira.plugin.system.project:roadmap-panel > > Maven JAR Plugin 2.3 > http://jira.co

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Stephen Connolly
2009/10/28 Brett Porter > > On 29/10/2009, at 2:08 AM, Daniel Kulp wrote: > > On Wed October 28 2009 10:53:10 am John Casey wrote: >> >>> I tend to agree, they should not really be used. It seems like these >>> third-party repositories have a strong potential for causing network >>> errors (in c

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Brett Porter
On 29/10/2009, at 2:08 AM, Daniel Kulp wrote: On Wed October 28 2009 10:53:10 am John Casey wrote: I tend to agree, they should not really be used. It seems like these third-party repositories have a strong potential for causing network errors (in cases where the repo is down or on a private n

[RESULT] [VOTE] Release Maven Parent POM 14, Maven Plugins Parent POM 15 and Maven Shared Components Parent POM 13

2009-10-28 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Vincent Siveton, Arnaud Héritier, John Casey, Hervé Boutemy +1 (non binding): Stephen Connolly I will promote the artifacts to the central repository and continue with the release. Benjamin

[RESULT] [VOTE] Release Apache Source Release Assembly Descriptor 1.0.1

2009-10-28 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Vincent Siveton, Arnaud Héritier, John Casey, Hervé Boutemy +1 (non binding): Stephen Connolly I will promote the artifacts to the central repository and continue with the release. Benjamin -

Intention to release Changes and JAR plugins

2009-10-28 Thread Dennis Lundberg
Hi I plan on making 2 releases in the near future: Maven Changes Plugin 2.2 http://jira.codehaus.org/browse/MCHANGES?report=com.atlassian.jira.plugin.system.project:roadmap-panel Maven JAR Plugin 2.3 http://jira.codehaus.org/browse/MJAR?report=com.atlassian.jira.plugin.system.project:roadmap-pan

Getting Maven Site Plugin 2.1 out the door...

2009-10-28 Thread Dennis Lundberg
Hi all I think it's about time we release Maven Site Plugin 2.1. There are *a lot* of issued fixed in there, many of them thanks to the upgrade to Doxia 1.1. To get a release out there are a couple of this to consider: 1. What releases are needed? maven-doxia-tools-1.1 doxia-1.1.2 doxia-siteto

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Wendy Smoak
On Wed, Oct 28, 2009 at 4:52 AM, Benjamin Bentmann wrote: > following a comment by Wendy on JIRA, I wanted to re-check what our plans > are for repositories in dependency POMs. In more detail, how is dependency > resolution in Maven 3.x expected to work Thanks for bringing this up, Benjamin. I k

Re: Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Dan Rollo
(Lurker post) ;) To advocate the other side: I like the ability to define repositories in the pom.xml because team members (oss or corporate) can simply "get latest" from the source bank and things work OOTB. I don't like the idea that the only way for things to work OOTB is if all artifact

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Arnaud HERITIER
I agree we can have tooling for that. We can imagine we add in user's settings a dedicated profile for the project with all repositories (but for that we have to reactivate the repositories chain to discover them ;-) ) On Wed, Oct 28, 2009 at 4:56 PM, Stephen Connolly < stephen.alan.conno...@gmai

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Stephen Connolly
2009/10/28 Stephen Connolly > 2009/10/28 Arnaud HERITIER > > I would like also that we don't use repositories defined in poms for all >> reasons explained above. >> It's right that changing this behavior will have an important impact >> because >> it could be difficult in certain cases to have a

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Stephen Connolly
2009/10/28 Arnaud HERITIER > I would like also that we don't use repositories defined in poms for all > reasons explained above. > It's right that changing this behavior will have an important impact > because > it could be difficult in certain cases to have an OOTB Build (svn co + mvn > install)

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Arnaud HERITIER
I would like also that we don't use repositories defined in poms for all reasons explained above. It's right that changing this behavior will have an important impact because it could be difficult in certain cases to have an OOTB Build (svn co + mvn install). Having to update user's settings isn't

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread John Casey
Most debian packagers that don't have their apps in the default APT sources provide a standard page somewhere on their website for adding a new source. This would be pretty easy for third-party repository providers to do, and would have the added benefit of making them really think about it and

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Daniel Kulp
On Wed October 28 2009 10:53:10 am John Casey wrote: > I tend to agree, they should not really be used. It seems like these > third-party repositories have a strong potential for causing network > errors (in cases where the repo is down or on a private network), and > they definitely push the user

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Stephen Connolly
2009/10/28 John Casey > I tend to agree, they should not really be used. It seems like these > third-party repositories have a strong potential for causing network errors > (in cases where the repo is down or on a private network), and they > definitely push the user in the direction of trusting

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Jesse McConnell
The problem I see is that without being able to push up repositories with third party artifacts that are not in central yet you still depend on for integrations or things like that...you are out of luck and need some mechanism of pushing that knowledge/information to the user of the artifact...and

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread John Casey
I tend to agree, they should not really be used. It seems like these third-party repositories have a strong potential for causing network errors (in cases where the repo is down or on a private network), and they definitely push the user in the direction of trusting anything that comes from any

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Paul Gier
I really think it should not be allowed, since it makes the builds less predictable/reproduceable/secure. Most people I've talked to think it's a bug when they first see it happening because they are trying to figure out why Maven is downloading files from a random location on the Internet. T

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Jesse McConnell
judging from the response I have gotten from people both wanting and not wanting repositories declared for various integrations with jetty, the problem folks seem to be ones where their corporate policy dictate they can not use any repo other then central but they do not have a repo manager setup.

Could not compile project using Maven Embedder (ClassRealm problem)

2009-10-28 Thread Romain.Linsolas
Hello all, I want to compile a Maven project from Java code. Thus, I am using the MavenEmbedder (http://maven.apache.org/guides/mini/guide-embedding-m2.html). Here is my code: Configuration config = new DefaultConfiguration(); config.setUserSettingsFile(new File("...")); config.setC

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Brett Porter
I would advocate not allowing them, but using them to provide useful information in the case of a resolution exception that can easily guide the user on what to do. If folks strongly want to continue to allow it, I would go with a prominent warning (which is the case for several other thing

[DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Benjamin Bentmann
Hi, following a comment by Wendy on JIRA, I wanted to re-check what our plans are for repositories in dependency POMs. In more detail, how is dependency resolution in Maven 3.x expected to work here: project ---depends-on---> A ---depends-on---> B where the POM of A declares the repositor