Re: pre maven 3.0 binaries available ?

2008-12-30 Thread Henri Gomez
Jason, not sure if you remember, but m2eclipse allows to install embedder updates separately from the core. So, can publish updated embedder for early adopters consumption and it will also help to catch incompatibilities in 3.0 earlier. +1, I'll be happy to check them

mercury-ant update

2008-12-30 Thread Oleg Gusakov
FYI - a new dev. snapshot. After the first round of testing and discussions mercury-ant has had a face lift: * added simplified syntax and a system of defaults - examples in http://people.apache.org/~ogusakov/sites/mercury-ant/mercury-ant-tasks/howto.html In the simplest form it could be

Re: svn commit: r730028 - /maven/components/trunk/maven-model/src/main/mdo/maven.mdo

2008-12-30 Thread Benjamin Bentmann
Author: sisbell Date: Mon Dec 29 17:33:12 2008 New Revision: 730028 URL: http://svn.apache.org/viewvc?rev=730028view=rev Log: Fix: MNG-3927 Modified: maven/components/trunk/maven-model/src/main/mdo/maven.mdo Modified: maven/components/trunk/maven-model/src/main/mdo/maven.mdo URL:

Re: svn commit: r730028 - /maven/components/trunk/maven-model/src/main/mdo/maven.mdo

2008-12-30 Thread Shane Isbell
On Tue, Dec 30, 2008 at 2:47 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Author: sisbell Date: Mon Dec 29 17:33:12 2008 New Revision: 730028 URL: http://svn.apache.org/viewvc?rev=730028view=rev Log: Fix: MNG-3927 Modified:

Re: svn commit: r730028 - /maven/components/trunk/maven-model/src/main/mdo/maven.mdo

2008-12-30 Thread Benjamin Bentmann
Shane Isbell wrote: Hm, looks odd that the fix for a regression is to break backward-compat somewhere else. In what way? Where? The IDs are used to merge execution's during inheritance and profile injection. So while the both executions execution !-- Note missing id here --

Javadoc is back to it's old misbehaving (forking) ways

2008-12-30 Thread Brian E. Fox
We had lots of problems with javadoc 2.3 that introduced forking behavior. This was reverted in 2.4 and apparently put back in 2.5: http://svn.apache.org/viewvc/maven/plugins/tags/maven-javadoc-plugin-2.5/sr c/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java?r1=661429r2= 661899 This

broken plexus-maven-plugin starting at 1.3.6

2008-12-30 Thread Dan Tran
Starting at version 1.3.6, plexus:descriptor has the following changes: 1. default outputDirectory is ${project.build.outputDirectory} insteadd of ${project.build.directory}/generated-resources/plexus 2. default phase is process classes instead of generate-resources. Note merge-descriptor

Re: broken plexus-maven-plugin starting at 1.3.6

2008-12-30 Thread Jason van Zyl
There is a new plugin that works with annotations, javadoc comments, and handles generation and merging of existing descriptors. Works for application and test code: Current GAV we're using: org.codehaus.plexus:plexus-component-metadata:1.0-beta-3.01 We're using it everywhere in trunk but

Re: broken plexus-maven-plugin starting at 1.3.6

2008-12-30 Thread Dan Tran
for now, I am going to set the plugin version to the old one 1.3.5 to get the build going where is the site of the new plugin you are talking about? -D On Tue, Dec 30, 2008 at 5:21 PM, Jason van Zyl jvan...@sonatype.com wrote: There is a new plugin that works with annotations, javadoc

Model Version: is it really useful?

2008-12-30 Thread Paul Benedict
Most of my POM files look like this: project xmlns=http://maven.apache.org/POM/4.0.0; ... xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; modelVersion4.0.0/modelVersion ... /project I have always found it strange that there is a modelVersion

Re: Model Version: is it really useful?

2008-12-30 Thread Hervé BOUTEMY
there is a feature in Modello since november 2006, released in 1.0-alpha-13, to read the model version from namespace instead of model field. But it is only available for StAX reader, not XPP3 nor Dom4J. i don't know if there is a precise reason why this has not been integrated into Maven