JavaWug in London on Wednesday June 17th: Maven, M2Eclipse, Nexus & OSGi

2009-06-13 Thread Jason van Zyl
Hi, This is for those interested Maven, M2Eclipse, Nexus and how these will all work together, and how they will work with OSGi. I'll be talking about them at the JavaWug this Wednesday in London: http://www.jroller.com/javawug/entry/javawug_bof_49_maven_3 It will be very much like the Mav

Re: svn commit: r783525 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultArtifactFilterManager.java

2009-06-13 Thread Jason van Zyl
On 13-Jun-09, at 7:21 AM, Olivier Lamy wrote: Hi, It sounds good to remove link between core and doxia.. What is your idea ? Creating a new plugin ? Moving logic to the site plugin ? Move logic to maven-reporting-impl or something new ? I would just encapsulate it all in the maven-site-plugin

Re: Releasing: Step 11: Deploy the current website same as Step 7: Stage the latest documentation ?

2009-06-13 Thread Wendy Smoak
On Sat, Jun 13, 2009 at 8:06 PM, Vincent Siveton wrote: > 2009/6/13 Barrie Treloar : > The differences are mainly about links. > See this MPIR staging page [1] vs final [2] But that's a bug in the site plugin, right? It _ought_ to be the same content from stage-deploy and deploy. -- Wendy ---

Re: Releasing: Step 11: Deploy the current website same as Step 7: Stage the latest documentation ?

2009-06-13 Thread Barrie Treloar
On Sun, Jun 14, 2009 at 12:36 PM, Vincent Siveton wrote: > Yes site deploy could fail as described in 7a. > But since the content is not the same, I recommend you to use site and > not copy dir. > > Cheers, > > Vincent > > [1] > http://maven.apache.org/plugins/maven-project-info-reports-plugin-2.1

Re: Releasing: Step 11: Deploy the current website same as Step 7: Stage the latest documentation ?

2009-06-13 Thread Vincent Siveton
Hi Barrie, 2009/6/13 Barrie Treloar : >> IMHO it is not the correct solution: mvn site:deploy and mvn >> site:stage-deploy have different behaviours. > > Can you explain the differences? > They generate the same content right? The differences are mainly about links. See this MPIR staging page [1]

Re: [PMC] Maven Eclipse Plugin 2.7 needs adding to board report

2009-06-13 Thread Brett Porter
done On 14/06/2009, at 8:45 AM, Barrie Treloar wrote: The Maven Eclipse Plugin has been released. Can this get added to the next board report please. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional co

[PMC] Maven Eclipse Plugin 2.7 needs adding to board report

2009-06-13 Thread Barrie Treloar
The Maven Eclipse Plugin has been released. Can this get added to the next board report please. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[ANN] Maven Eclipse Plugin 2.7 Released

2009-06-13 Thread Barrie Treloar
The Maven team is pleased to announce the release of the Maven Eclipse Plugin, version 2.7 This plugin is used to generate Eclipse IDE files (*.classpath, *.wtpmodules and the .settings folder) for use with a project. http://maven.apache.org/plugins/maven-eclipse-plugin/ You should specify the v

Re: Releasing: Step 11: Deploy the current website same as Step 7: Stage the latest documentation ?

2009-06-13 Thread Barrie Treloar
On Sun, Jun 14, 2009 at 12:09 AM, Vincent Siveton wrote: > Hi Barrie, > > 2009/6/13 Barrie Treloar : >> So instead of re-running this couldn't I just copy the already >> deployed version in /www/maven.apache.org/plugins/maven-XXX-plugin-Y.Z >> to /www/maven.apache.org/plugins/maven-XXX-plugin ? > >

Re: Releasing: Step 11: Deploy the current website same as Step 7: Stage the latest documentation ?

2009-06-13 Thread Vincent Siveton
Hi Barrie, 2009/6/13 Barrie Treloar : > So instead of re-running this couldn't I just copy the already > deployed version in /www/maven.apache.org/plugins/maven-XXX-plugin-Y.Z > to /www/maven.apache.org/plugins/maven-XXX-plugin ? IMHO it is not the correct solution: mvn site:deploy and mvn site:s

Re: Releasing: Step 11: Deploy the current website same as Step 7: Stage the latest documentation ?

2009-06-13 Thread Wendy Smoak
On Sat, Jun 13, 2009 at 5:49 AM, Barrie Treloar wrote: > But isn't the output of these the same content? > So instead of re-running this couldn't I just copy the already > deployed version in /www/maven.apache.org/plugins/maven-XXX-plugin-Y.Z > to /www/maven.apache.org/plugins/maven-XXX-plugin ?

Re: Releasing: Step 11: Deploy the current website same as Step 7: Stage the latest documentation ?

2009-06-13 Thread Arnaud HERITIER
It's what I do. I log on people.apache.org, I remove the old site and copy the new one Arnaud On Sat, Jun 13, 2009 at 2:49 PM, Barrie Treloar wrote: > 11. Deploy the current website > > Note: Be sure to generate and deploy the site using the same version > of the release. Typically, you need to

Releasing: Step 11: Deploy the current website same as Step 7: Stage the latest documentation ?

2009-06-13 Thread Barrie Treloar
11. Deploy the current website Note: Be sure to generate and deploy the site using the same version of the release. Typically, you need to check out the tag (or go to target/checkout) cd target\checkout mvn site-deploy -Preporting 7. Stage the latest documentation The plugin parent POM is confi

[RESULT] [VOTE] Release Maven Eclipse plugin version 2.7

2009-06-13 Thread Barrie Treloar
Hi, The vote has passed with the following result : +1 (binding): Benjamin Bentmann, Arnaud Heritier, Olivier Lamy +1 (non binding): Nicolas Deloof, Barrie Treloar I will promote the artifacts to the central repo. - To unsubscri