Re: broken plexus-maven-plugin starting at 1.3.6

2008-12-31 Thread Benjamin Bentmann
Dan Tran wrote: 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.

Re: broken plexus-maven-plugin starting at 1.3.6

2008-12-31 Thread Benjamin Bentmann
Dan Tran wrote: where is the site of the new plugin you are talking about? Just in case: https://svn.codehaus.org/plexus/plexus-containers/trunk/plexus-component-metadata Benjamin - To unsubscribe, e-mail:

Re: broken plexus-maven-plugin starting at 1.3.6

2008-12-31 Thread Arnaud HERITIER
Due to the chaneg in the plexus plugin I fixed the build in the release manager like that : http://svn.apache.org/viewvc/maven/release/trunk/maven-release-manager/pom.xml?r1=720229r2=720531diff_format=h Arnaud On Wed, Dec 31, 2008 at 10:59 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote:

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