Re: [VOTE] Release Maven Remote Resources Plugin version 1.0.1

2009-07-24 Thread Brett Porter
This staging repository no longer seems to be there... On 22/07/2009, at 2:13 AM, Jason van Zyl wrote: Hi, This is a maintenance release of the maven-remote-resources-plugin. Staging repo: https://repository.apache.org/content/repositories/maven-staging-019/ Guide to testing staged releases:

Re: Removal of old-school reactor mode from Maven 3.x

2009-07-24 Thread Olivier Lamy
+1 -- Olivier 2009/7/24 Benjamin Bentmann : > Hi, > > Maven 2.x supports a CLI like > >  mvn -r -D maven.reactor.includes=... -D maven.reactor.excludes=... > > to select sub directories of the current directory by glob patterns for the > reactor. > > Now that the Make-like reactor mode is in-place

Re: Removal of old-school reactor mode from Maven 3.x

2009-07-24 Thread Arnaud HERITIER
+1 Cheers, Arnaud # Arnaud Héritier # Software Factory Manager # eXo Platform # http://www.exoplatform.com # http://blog.aheritier.net On Fri, Jul 24, 2009 at 10:46 PM, Ralph Goers wrote: > +1 > > Ralph > > > On Jul 24, 2009, at 1:46 AM, Benjamin Bentmann wrote: > > Hi, >> >> Maven 2.x suppor

Re: Removal of old-school reactor mode from Maven 3.x

2009-07-24 Thread Ralph Goers
+1 Ralph On Jul 24, 2009, at 1:46 AM, Benjamin Bentmann wrote: Hi, Maven 2.x supports a CLI like mvn -r -D maven.reactor.includes=... -D maven.reactor.excludes=... to select sub directories of the current directory by glob patterns for the reactor. Now that the Make-like reactor mode i

Trade-Off with in Super-Pom

2009-07-24 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I read the documentation of javadoc-plugin about goal aggregate. Then I called mvn javadoc:aggregate and maven failed saying that the goal aggregate does not exist. mvn -U javadoc:aggregate, same result. Website wrong? Aha... think... mv

Re: site plugin release planning

2009-07-24 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Hi, Hello, > > I was looking at the jira roadmap for the site plugin, thinking about a > release plan for 2.1. The main change so far is the upgrade to doxia > 1.1, I think it would be a good idea to concentrate the next release on > issues that a

Re: Removal of old-school reactor mode from Maven 3.x

2009-07-24 Thread Jason van Zyl
+1 to nuking On 24-Jul-09, at 4:46 AM, Benjamin Bentmann wrote: Hi, Maven 2.x supports a CLI like mvn -r -D maven.reactor.includes=... -D maven.reactor.excludes=... to select sub directories of the current directory by glob patterns for the reactor. Now that the Make-like reactor mode i

Re: Disk upgrades on Central

2009-07-24 Thread Brian Fox
The maintenance has been completed and the repo never went offline thanks to Contegix. On Thu, Jul 23, 2009 at 10:34 PM, Brian Fox wrote: > We're scheduling a disk upgrade tonight at midnight pst. During this > time, the repository may be offline while data is moved to larger > disks. > > Thanks,

Re: Removal of old-school reactor mode from Maven 3.x

2009-07-24 Thread Benjamin Bentmann
Paul Gier wrote: I didn't even know this feature existed! Excellent, just remember to forget that we talked about ;-) To make sure I understand the new make-like reactor mode, will it allow me to only select certain modules in a multi-module build? Something like this? mvn -pl module2,mo

Re: Removal of old-school reactor mode from Maven 3.x

2009-07-24 Thread Paul Gier
I didn't even know this feature existed! So I guess I'm +1 to replace it by something better. To make sure I understand the new make-like reactor mode, will it allow me to only select certain modules in a multi-module build? Something like this? mvn -pl module2,module5 install Benjamin Ben

Re: site plugin release planning

2009-07-24 Thread Dennis Lundberg
Lukas Theussl wrote: > > Hi, > > I was looking at the jira roadmap for the site plugin, thinking about a > release plan for 2.1. The main change so far is the upgrade to doxia > 1.1, I think it would be a good idea to concentrate the next release on > issues that are related that. In particular,

Re: Using latest Plexus Utils in javadoc-plugin

2009-07-24 Thread Vincent Siveton
Hi John, 2009/7/23 John Casey : > You'll need to add a dependency on org.codehaus.plexus:plexus-interpolation > > Previous versions of plexus-utils contained this as a dependency, and IIRC > even shaded plexus-interpolation directly into the jar to make p-u > self-contained. This has changed in re

Re: site plugin release planning

2009-07-24 Thread Benjamin Bentmann
Lukas Theussl wrote: Right now there are also a number of other issues scheduled that are not related (eg MSITE-79, MSITE-206, MSITE-326) which I would like to leave out and schedule for a later release. Is this ok with everyone? +1, I don't see the point in blocking a release or even just

site plugin release planning

2009-07-24 Thread Lukas Theussl
Hi, I was looking at the jira roadmap for the site plugin, thinking about a release plan for 2.1. The main change so far is the upgrade to doxia 1.1, I think it would be a good idea to concentrate the next release on issues that are related that. In particular, I'd like to fix all these annoy

Re: Removal of old-school reactor mode from Maven 3.x

2009-07-24 Thread Brett Porter
Yep, +1. I found an odd reason to use it the other day when I wanted to build a parent and a tree that sat side by side (eg, pom/maven/pom.xml and components/pom.xml). The current syntax is very awkward and easy to mess up. I'd say we should remove -r, but maybe expand -pl to support this

Re: Removal of old-school reactor mode from Maven 3.x

2009-07-24 Thread nicolas de loof
Sure, this sounds like a ugly hack now we have a far clever wat to select modules to be built +1 for deprecation 2009/7/24 Benjamin Bentmann > Hi, > > Maven 2.x supports a CLI like > > mvn -r -D maven.reactor.includes=... -D maven.reactor.excludes=... > > to select sub directories of the curren

Removal of old-school reactor mode from Maven 3.x

2009-07-24 Thread Benjamin Bentmann
Hi, Maven 2.x supports a CLI like mvn -r -D maven.reactor.includes=... -D maven.reactor.excludes=... to select sub directories of the current directory by glob patterns for the reactor. Now that the Make-like reactor mode is in-place [0], I wonder whether this old-school mode still serves