Re: maven-release-manager/src/main/components-fragment.xml

2013-07-09 Thread Chris Graham
Thanks for the explanation! Ah, annotations, that also threw me. But what really threw me, was that there is already a components.xml where it should be, META-INF/plexus/components.xml ie: http://svn.apache.org/repos/asf/maven/release/trunk/maven-release-manager/src/main/resources/META-INF/plex

Re: maven-release-manager/src/main/components-fragment.xml

2013-07-09 Thread Robert Scholte
Hi Chris, Although I haven't introduced this file, I can think of the reasons of the filename and its location. The components-fragment is only a small part of the plexus configuration. It defines all release phases per goal and also configures all these phases (some of them have the same

Re: Spurious file in Apache Maven War plugin 2.4 reelease candidate - broken release process?

2013-07-09 Thread Fred Cooke
Re second checkouts, you're already hurting some (admittedly minority of) users (not me) with LARGE source trees by doing this at all. Keep this in mind and at least make any checking out optional... Perhaps if the SCM plugins were "ignore aware" they could read this info and compare it with some

[ANN] Apache Maven War Plugin 2.4 Released

2013-07-09 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache Maven War Plugin, version 2.4 The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive. http://maven.apache.org/plug

Re: maven-release-manager/src/main/components-fragment.xml

2013-07-09 Thread sebb
On 9 July 2013 07:19, Olivier Lamy wrote: > see the pom: > http://svn.apache.org/repos/asf/maven/release/trunk/maven-release-manager/pom.xml Maybe add a comment to the file referring to the POM ? > plexus-maven-plugin merge the content > I agree that's not the usual place :-) > > 2013/7/9 Chris

Re: maven-release-manager/src/main/components-fragment.xml

2013-07-09 Thread Chris Graham
:-) I totally missed that. Thanks now it makes perfect sense. I'll have a closer look tomorrow. -Chris Sent from my iPhone On 09/07/2013, at 4:19 PM, Olivier Lamy wrote: > see the pom: > http://svn.apache.org/repos/asf/maven/release/trunk/maven-release-manager/pom.xml > > plexus-maven-plug