[m2]Multi-module site aggregation

2006-10-15 Thread Daniel Brolund
Hello! When building multiple project sites in Maven 1 there was an option to aggregate the sub-project sites in the parent modules target/site/multiproject directory. Is there a similar option in Maven 2? I have googled for it with no luck. Cheers Daniel -- __ [EMAIL

How to set properties during a build - build date

2006-10-15 Thread Thierry Monney
Hi all, In order to generate build timestamps in manifest files, I need to somehow set properties so that when copying resources, filtering replaces them in my files. So far, I see 2 possibilities: 1. Write my own Mojo/plugin (never did that before, but that would be the occasion of

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-15 Thread Manfred Moser
Hi! I gave this a spin with my build. I changed over to have my reports in project.xml like this reports reportmaven-pmd-plugin/report reportmaven-junit-report-plugin/report reportmaven-javadoc-plugin/report reportmaven-license-plugin/report

How to unpack a zip file into a source directory

2006-10-15 Thread Naresh Bhatia
Hi, I would like to unpack a zip file into a source directory using Maven. What is the best way to do this? Here are the details of what I am trying to do: - The zip file is essentially the Dojo JavaScript library (ajax-2006.10.10.zip ) - it simply contains JavaScript source. - I would like to

RE: How to unpack a zip file into a source directory

2006-10-15 Thread Naresh Bhatia
Please ignore this message. I had sent it to the mailing list without realizing that I was not subscribed to the list. This message has already been answered satisfactorily. Naresh -Original Message- From: Naresh Bhatia [mailto:[EMAIL PROTECTED] Sent: Saturday, October 14, 2006 11:11 AM

XSD or DTD support for Site's XML files.

2006-10-15 Thread Manuel Ledesma
It could be nice to have an XSD or DTD file, which can be attached to each xml file use by the site plugin, since there are a lot of XML editors aware of those, It would make life easier for us, so we don't have to be remembering or looking at someone else file to understand and write XML

Generating aggregate JUnit reports

2006-10-15 Thread Ronen Yaari
All, I want to generate aggregate JUnit report for all my projects. I am trying to do it via the surefire report plugin but: 1. I did not find a way to create one aggregate report for all my projects 2. I did not find a way to add a link to these reports in the site that maven

Re: XSD or DTD support for Site's XML files.

2006-10-15 Thread Wendy Smoak
On 10/15/06, Manuel Ledesma [EMAIL PROTECTED] wrote: It could be nice to have an XSD or DTD file, which can be attached to each xml file use by the site plugin, since there are a lot of XML editors aware of those, It would make life easier for us, so we don't have to be remembering or looking at

Re: XSD or DTD support for Site's XML files.

2006-10-15 Thread Manuel Ledesma
Thanks for the information. Wendy Smoak wrote: On 10/15/06, Manuel Ledesma [EMAIL PROTECTED] wrote: It could be nice to have an XSD or DTD file, which can be attached to each xml file use by the site plugin, since there are a lot of XML editors aware of those, It would make life easier for us,

Re: [m2] finalName not working

2006-10-15 Thread Yann Albou
Doug, thanks for your reply. Yes that's true, Maven has no knowledge of projet A. But it knows that A is a dependency. So it should include A as a reference in module B using the finalName: is it completly non sens? Moreover I found dangerous that the behavior is not the same when building

Re: [m2] finalName not working

2006-10-15 Thread Wayne Fay
In the last couple of months, this same discussion has come up once or twice. I believe someone even suggested adding another node to dependency to allow you to change the name of the artifact when it was brought into your project/jar/war. There might even be a JIRA already posted as an

Re: exclude integration tests from test phase in surefire-plugin ?

2006-10-15 Thread Adam Hardy
Jan, maybe it's the pair of asterisks at the end of the exclude pattern. Try it with just the one. Question for you: how do you specify the different executions to run from the command line? rgds Adam Jan-Olav Eide on 12/10/06 08:44, wrote: I have a set of tests that I only want to run

Re: exclude integration tests from test phase in surefire-plugin ?

2006-10-15 Thread Wendy Smoak
On 10/12/06, Jan-Olav Eide [EMAIL PROTECTED] wrote: I have a set of tests that I only want to run in the integration-test phase. These are all in in the .../integration/.. package I have the following in my pom, but the plugin still insists on running the integration tests in the test phase.

Re: docbook plugin

2006-10-15 Thread ir. ing. Jan Dockx
On 13 Oct 2006, at 16:39, pjungwir wrote: ir. ing. Jan Dockx wrote: http://cvs.peopleware.be/training/maven/maven2/ buildLifecyclePhases.html hope this helps. Thanks. That is the best table I've seen so far. I eventually figured this out by looking here:

settings.xml location

2006-10-15 Thread Adam Hardy
I am setting up profiles for various different deploy-environments / customer sites and users, storing variables for use in filtering classpath and web resources. The settings.xml that I edit extensively in m2-home/conf/ is currently not in source control and I want to ask where would be best

[ANN] Building Eclipse PDE artifact with Maven

2006-10-15 Thread Dan Tran
Hello I have cooked up a Maven adapter to run Eclipse PDE headless automation build. The site is at http://mojo.codehaus.org/pde-maven-plugin/ A snapshot has been deployed. Check out live example at the site for details. Feedbacks are greatly appreciated. Enjoy. -D

Re: [ANN] Building Eclipse PDE artifact with Maven

2006-10-15 Thread Carlos Sanchez
Great, John Casey and me are working in something to build Eclipse plugins so they are still usable inside PDE GUI. On 10/15/06, Dan Tran [EMAIL PROTECTED] wrote: Hello I have cooked up a Maven adapter to run Eclipse PDE headless automation build. The site is at

Re: [ANN] Building Eclipse PDE artifact with Maven

2006-10-15 Thread Carlos Sanchez
Can we contribute that example to m2eclipse and have it referenced from PDE plugin? On 10/16/06, Carlos Sanchez [EMAIL PROTECTED] wrote: Great, John Casey and me are working in something to build Eclipse plugins so they are still usable inside PDE GUI. On 10/15/06, Dan Tran [EMAIL PROTECTED]

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-15 Thread Dion Gillard
Doesn't work for me. I get a stacktrace on starting: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-RC1-SNAPSHOT Directory C:\Documents and Settings\Dion Gillard\.maven\cache does not exist. At tempting to create. Plugin

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-15 Thread Dion Gillard
Looks like a bad cache/install. I reinstalled, removing the cache and maven directory in the repo and this error went away. On 10/16/06, Dion Gillard [EMAIL PROTECTED] wrote: Doesn't work for me. I get a stacktrace on starting: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~

Re: [ANN] Building Eclipse PDE artifact with Maven

2006-10-15 Thread Dan Tran
That would be great. -D On 10/15/06, Carlos Sanchez [EMAIL PROTECTED] wrote: Can we contribute that example to m2eclipse and have it referenced from PDE plugin? On 10/16/06, Carlos Sanchez [EMAIL PROTECTED] wrote: Great, John Casey and me are working in something to build Eclipse plugins

RE: [ANN] Building Eclipse PDE artifact with Maven

2006-10-15 Thread Sharma, Jaikumar
Thanks Dear. I really appreciate your help / efforts towards this. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 3:01 AM To: Maven Users List Subject: [ANN] Building Eclipse PDE artifact with Maven Hello I have cooked up a Maven adapter to

AW: [M2- MVN Deploy Problem Error Code 201]

2006-10-15 Thread Sebastian Krebs
Hi, now I get this, but I can make nothing of it :-) Here is my stacktrace: [INFO] [deploy:deploy] [INFO] Retrieving previous build number from QIR [DEBUG] repository metadata for: 'snapshot xx.yy:zz:1.0.0-SNAPSHOT' could not be found on repository: QIR [DEBUG] not adding permissions to wagon