Re: Please review the documentation for the maven-docck-plugin

2006-07-21 Thread Jason van Zyl
On 21 Jul 06, at 7:25 PM 21 Jul 06, Dennis Lundberg wrote: Hi all I have finished going over the documentation for the maven-docck-plugin and adapting it to the plugin documentation standard. Talk about eating our own dogfood :) Please take a moment and read through it. There is no JIRA is

Re: Layout of "multiproject" projects

2006-07-21 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stephen, Stephen Duncan wrote: > Two pieces of info: there is already an optional tag in the parent > that allows you to specify where the parent is - : > > http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_parent > > > Als

Re: maven dependecies

2006-07-21 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jörg > > Have a look at the "Better builds with Maven" book. > There's an example for a mojo and for an Ant based plugin. > Thanks for the hint... I am going to work this out... Its unbelivable to have such documentation if you have been strzgge

[Fwd: maven2 and maven1 incompatibility]

2006-07-21 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I posted this on the user list but got no response. Maybe it was a little misplaced there and should better reach some of the maintainers... Take care Jörg - Original Message Subject: maven2 and maven1 incompatibility D

Re: [maven2 build trunk - FAILED - update] Thu Jul 20 23:30:00 GMT 2006

2006-07-21 Thread Dennis Lundberg
Brett Porter wrote: This is the model converter tests failing. Any ideas? - Brett On 21/07/2006 9:33 AM, [EMAIL PROTECTED] wrote: Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060720.233000.txt I've been going through this over and over and I am unable to reproduce th

Please review the documentation for the maven-docck-plugin

2006-07-21 Thread Dennis Lundberg
Hi all I have finished going over the documentation for the maven-docck-plugin and adapting it to the plugin documentation standard. Talk about eating our own dogfood :) Please take a moment and read through it. There is no JIRA issue for this, so please post any comments to the mailing list.

Re: introduction

2006-07-21 Thread Erik Bengtson
> If we change some fields to blob for issue 1, we'll need a migration tool for > the new schema. > Sadly, JPOX has no tools for these things. It is in the roadmap. > > http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java

Re: Injecting the Maven Model into a Mojo?

2006-07-21 Thread Ole Ersoy
Super - I will, Thanks --- Vincent Siveton <[EMAIL PROTECTED]> wrote: > Please use the maven user list for user questions in > the future... > > /** > * @parameter expression="${project}" > * @required > * @readonly > */ > protected MavenProject project; > > Cheers,

Re: Injecting the Maven Model into a Mojo?

2006-07-21 Thread Vincent Siveton
Please use the maven user list for user questions in the future... /** * @parameter expression="${project}" * @required * @readonly */ protected MavenProject project; Cheers, Vincent 2006/7/21, Ole Ersoy <[EMAIL PROTECTED]>: Hey Guys, Can I inject inject the entire Mave

Injecting the Maven Model into a Mojo?

2006-07-21 Thread Ole Ersoy
Hey Guys, Can I inject inject the entire Maven model into a Mojo using annotations? I'll be glad to elaborate further if there are any questions on why I want to do this. Thanks, - Ole __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spa

Re: Review surefire-report-plugin documentation

2006-07-21 Thread Dennis Lundberg
Allan Ramirez wrote: Hi everyone, Just updated the docs of the surefire-report plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks staging site can be found here http://people.apache.org/~aramirez/maven-surefire-report-plugin/ Thanks, allan

Re: svn commit: r423099 - in /maven/plugins/trunk/maven-doap-plugin: ./ doap_Maven.rdf pom.xml src/main/java/org/apache/maven/plugin/ src/main/java/org/apache/maven/plugin/doap/DoapMojo.java src/main/

2006-07-21 Thread Vincent Siveton
Jason, I think you missed to add it to plugins/trunk/pom.xml. Cheers, Vincent 2006/7/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Author: jvanzyl Date: Tue Jul 18 07:53:23 2006 New Revision: 423099 URL: http://svn.apache.org/viewvc?rev=423099&view=rev Log: o adding DOAP plugin for use Added:

Re: svn commit: r424243 - in /maven/archetype/trunk: maven-archetype-bundles/maven-archetype-j2ee-simple/src/main/resources/META-INF/archetype.xml maven-archetype/maven-archetype-plugin/src/main/java/

2006-07-21 Thread FA Valencia See
Good day to you, I see. Thanks for the correction and sorry about that. Everything related to it was all about "archetype" that I thought it was just a typo-error. Anyway, I'd revise the patch to accomadate your comments. However, I'd just like to clarify your comment regarding the parent pom. a

RE: Review surefire-report-plugin documentation

2006-07-21 Thread Cabasson Denis
This is great work! As far as I'm concerned, everything needed is there. You have got a deadlink on your index page, your mojo page entry is report-mojo.html rather than surefire-report-mojo.html The only other thing that could be improved (but that's really details, when you see how much more

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-21 Thread Wendy Smoak
On 7/21/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 21 Jul 06, at 2:23 AM 21 Jul 06, Wendy Smoak wrote: > Jason, thanks for doing this. (Any thoughts on generating the > companion 'pmc' file that projects.a.o also needs?) Sure, where can I find one of those files and I'll pop that in bef

Re: [m2] How to deploy snapshots of plugins to internal repositories?

2006-07-21 Thread Doug Douglass
I typically just make a copy of the pom and modify it for our repositorier, then use mvn -f my-new-pom.xml. Not elegant, but effective. HTH, Doug On 7/20/06, Barrie Treloar <[EMAIL PROTECTED]> wrote: On 7/21/06, Martin van den Bemt <[EMAIL PROTECTED]> wrote: > You don't seem to have specified

Plugin configuration

2006-07-21 Thread alexsun
I need to configure my plugin like this ... How can I make this? Thanks in advance. -- View this message in context: http://www.nabble.com/Plugin-configuration-tf1980099.html#a5433174 Sent from the Apache Maven Developers List forum at Nabble.com. ---

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-21 Thread Jason van Zyl
On 21 Jul 06, at 2:23 AM 21 Jul 06, Wendy Smoak wrote: On 7/20/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: For the curious persons... http://maven.apache.org/plugins/maven-doap-plugin/ Thanks. :) The link to usefulinc.com on the FAQ page isn't rendering correctly: * http://maven.apache.

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-21 Thread Jason van Zyl
On 21 Jul 06, at 4:58 AM 21 Jul 06, Andrew Williams wrote: Wendy Smoak wrote: On 7/20/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: Thanks. :) The link to usefulinc.com on the FAQ page isn't rendering correctly: * http://maven.apache.org/plugins/maven-doap-plugin/faq.html APT syntax in an .

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-21 Thread Jason van Zyl
On 21 Jul 06, at 3:21 AM 21 Jul 06, Trygve Laugstøl wrote: Jason van Zyl wrote: Hi, I whipped up a small DOAP plugin, created the basic docs for it and would like to release a first version to get it out there and get some feedback. As indicated in the documentation it is geared toward

Re: [m2] Jira for maven-war-plugin?

2006-07-21 Thread Vincent Siveton
http://jira.codehaus.org/browse/MWAR Inheritance chain problem for plugins. I will check. Cheers, Vincent 2006/7/21, David J. M. Karlsen <[EMAIL PROTECTED]>: http://maven.apache.org/plugins/maven-war-plugin/issue-tracking.html states that http://jira.codehaus.org/browse/MPA is the url for iss

Re: svn commit: r424243 - in /maven/archetype/trunk: maven-archetype-bundles/maven-archetype-j2ee-simple/src/main/resources/META-INF/archetype.xml maven-archetype/maven-archetype-plugin/src/main/java/

2006-07-21 Thread Brett Porter
-1 on the first change. Please revert that part of the patch. All of the released archetypes so far are under "archetypes", not "archetype". http://repo1.maven.org/maven2/org/apache/maven/archetypes/ It seems that the parent pom for the archetypes was also changed to "archetype" at some poin

Review surefire-report-plugin documentation

2006-07-21 Thread Allan Ramirez
Hi everyone, Just updated the docs of the surefire-report plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks staging site can be found here http://people.apache.org/~aramirez/maven-surefire-report-plugin/ Thanks, allan --

[m2] Jira for maven-war-plugin?

2006-07-21 Thread David J. M. Karlsen
http://maven.apache.org/plugins/maven-war-plugin/issue-tracking.html states that http://jira.codehaus.org/browse/MPA is the url for issue tracking - but this doesn't seem correct. What is the correct url? -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkar

Re: [m1] maven-war-plugin bugs when used with maven-test-plugin 1.8

2006-07-21 Thread Nicolas De Loof
I've created MPTEST-66 for this : test:test should have prereqs on "java:compile,java:jar-resources" test:compile should only require "test:prepare-filesystem,test:test-resources". Nicolas De Loof a écrit : Hello, I've found an issue when using latest versions of maven-test-plugin (1.8) :

[m1] maven-war-plugin bugs when used with maven-test-plugin 1.8

2006-07-21 Thread Nicolas De Loof
Hello, I've found an issue when using latest versions of maven-test-plugin (1.8) : when maven.test.skip=true is set, the goal is not executed. This sounds good, BUT the maven-war-plugin use "test:test" goal to attain the "java:compile" goal, so the generated war has no classes ! The war:re

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-21 Thread Andrew Williams
Wendy Smoak wrote: On 7/20/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: Thanks. :) The link to usefulinc.com on the FAQ page isn't rendering correctly: * http://maven.apache.org/plugins/maven-doap-plugin/faq.html APT syntax in an .fml file??? A --

Re: autodetecting format instead of using subdirectories

2006-07-21 Thread Emmanuel Venisse
Sounds good to me. Emmanuel Brett Porter a écrit : Hi, I Was wondering what folks thought of deprecating the src/site/*/ in favour of, say, src/site/docs which contains all the docs. Instead of processing by directory name, we'd need to detect each file's type (by extension, and possibly c

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-21 Thread Trygve Laugstøl
Jason van Zyl wrote: Hi, I whipped up a small DOAP plugin, created the basic docs for it and would like to release a first version to get it out there and get some feedback. As indicated in the documentation it is geared toward use at Apache right now but can be expanded in the future as m