autodetecting format instead of using subdirectories

2006-07-20 Thread Brett Porter
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 content/doctype for things like xml). The reason I

Property badly handled ?

2006-07-20 Thread Matthieu Godlewski
Hy, There is perhaps an issue with property in pom. I want set another partition as output directory (no need to have a raid partition to store artifacts). Here my pom : project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Maven1 project converter

2006-07-20 Thread Emmanuel Venisse
The mojo that we need to move under maven-one-plugin convert a m1 project (project.xml+project.properties) to a m2 project. If some properties are found about some plugins in properties file, the plugin is added with the conf in the pom.xml too. maven-maven1-plugin allow to package a m1 plugin

Re: Maven1 project converter

2006-07-20 Thread Dion Gillard
So does this mean m2 could run repackaged m1 plugins? On 7/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: The mojo that we need to move under maven-one-plugin convert a m1 project (project.xml+project.properties) to a m2 project. If some properties are found about some plugins in properties

Re: Maven1 project converter

2006-07-20 Thread Emmanuel Venisse
no, it allow only to package a m1 plugin with m2, not to run it. Emmanuel Dion Gillard a écrit : So does this mean m2 could run repackaged m1 plugins? On 7/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: The mojo that we need to move under maven-one-plugin convert a m1 project

[vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Emmanuel Venisse
Hi, I'd like to propose Dennis Lundberg as a Maven committer. It's already a committer on maven plugins and maven sandbox. He has been doing a good job on maven plugins and on the m1 - m2 converter and he'd like to continue his work on the converter that is migrated from sandbox to

Re: [vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Stephane Nicoll
+1 s/ On 7/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Hi, I'd like to propose Dennis Lundberg as a Maven committer. It's already a committer on maven plugins and maven sandbox. He has been doing a good job on maven plugins and on the m1 - m2 converter and he'd like to continue his

Question regarding maven-archetype-plugin:create-from-project

2006-07-20 Thread FA Valencia See
Good day, I'm trying to study how to use maven-archetype-plugin's create-from-projectgoal. As of now, these are the things that i know about it: * it creates an archetype given an existing maven project * you need a ${basedir}/src/main/archetype/archetype.properties and that needs to state the

Re: [vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Thierry Barnier
+1 2006/7/20, Stephane Nicoll [EMAIL PROTECTED]: +1 s/ On 7/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Hi, I'd like to propose Dennis Lundberg as a Maven committer. It's already a committer on maven plugins and maven sandbox. He has been doing a good job on maven plugins and on

Re: OutOfMemoryError when compiling with javac

2006-07-20 Thread Graham Leggett
Brett Porter wrote: Depends on whether javac is forked. You can change that and the memory using the properties here: http://maven.apache.org/maven-1.x/plugins/java/properties.html I eventually gave up on maven1 and used maven2 instead. The xmlbeans-maven-plugin includes the required memory

RE: [vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Vincent Massol
+1 -Vincent -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: jeudi 20 juillet 2006 11:11 To: Maven Developers List Subject: [vote] Dennis Lundberg as a Maven Committer Hi, I'd like to propose Dennis Lundberg as a Maven committer. It's already a

Re: [vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Arnaud HERITIER
+1 Arnaud On 7/20/06, Vincent Massol [EMAIL PROTECTED] wrote: +1 -Vincent -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: jeudi 20 juillet 2006 11:11 To: Maven Developers List Subject: [vote] Dennis Lundberg as a Maven Committer Hi, I'd like to

junit4 support: http://jira.codehaus.org/browse/SUREFIRE-31

2006-07-20 Thread Berndq
Hi, I am trying to get started with junit4 support. As a very first step I replaced the code in JUnitTestSuite.execute with test[0]=getTestClass().getName(); Result r= new JUnitCore().runMain(test); which basically runs the tests, altough not very much integration in maven

Re: [vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Vincent Siveton
+1 Vincent 2006/7/20, Emmanuel Venisse [EMAIL PROTECTED]: Hi, I'd like to propose Dennis Lundberg as a Maven committer. It's already a committer on maven plugins and maven sandbox. He has been doing a good job on maven plugins and on the m1 - m2 converter and he'd like to continue his work

[VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Jason van Zyl
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 more people become

RE: [vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Mike Perham
+1 -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 4:11 AM To: Maven Developers List Subject: [vote] Dennis Lundberg as a Maven Committer Hi, I'd like to propose Dennis Lundberg as a Maven committer. It's already a committer on maven

[VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Jason van Zyl
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 more people become

Re: [vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Fabrizio Giustina
+1 fabrizio On 7/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Hi, I'd like to propose Dennis Lundberg as a Maven committer. It's already a committer on maven plugins and maven sandbox. He has been doing a good job on maven plugins and on the m1 - m2 converter and he'd like to continue

Re: Question regarding maven-archetype-plugin:create-from-project

2006-07-20 Thread Jason van Zyl
On 20 Jul 06, at 5:44 AM 20 Jul 06, FA Valencia See wrote: Good day, That goal is not finished yet. It doesn't completely make an archetype correctly and doesn't install it. I'm trying to study how to use maven-archetype-plugin's create-from-projectgoal. As of now, these are the things

Re: [vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Lukas Theussl
+1 -Lukas Emmanuel Venisse wrote: Hi, I'd like to propose Dennis Lundberg as a Maven committer. It's already a committer on maven plugins and maven sandbox. He has been doing a good job on maven plugins and on the m1 - m2 converter and he'd like to continue his work on the converter that

Re: Maven1 project converter

2006-07-20 Thread Dennis Lundberg
Emmanuel Venisse wrote: The mojo that we need to move under maven-one-plugin convert a m1 project (project.xml+project.properties) to a m2 project. If some properties are found about some plugins in properties file, the plugin is added with the conf in the pom.xml too. maven-maven1-plugin

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Milos Kleint
what is DOAP? Milos On 7/20/06, Jason van Zyl [EMAIL PROTECTED] 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

[m2] which repo for snapshots?

2006-07-20 Thread David J. M. Karlsen
Hi! Which repository is used for snapshots? I've seen http://people.apache.org/maven-snapshot-repository as well as http://cvs.apache.org/maven-snapshot-repository both? -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Emmanuel Venisse
+1 Emmanuel Jason van Zyl a écrit : 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

RE: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Mike Perham
Shouldn't it be 1.0-alpha-1 or beta if you are just throwing it out there to get feedback? -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 8:39 AM To: Maven Developers List Subject: [VOTE] Release DOAP 1.0 plugin Hi, I whipped up a small

RE: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Mike Perham
If only there was some sort of service which allowed you to search the Internet for web pages associated with a unique term. ;-) -Original Message- From: Milos Kleint [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 2:10 PM To: Maven Developers List Subject: Re: [VOTE] Release

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread dan tran
Dady SOAP? :-) On 7/20/06, Mike Perham [EMAIL PROTECTED] wrote: If only there was some sort of service which allowed you to search the Internet for web pages associated with a unique term. ;-) -Original Message- From: Milos Kleint [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20,

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Jason van Zyl
On 20 Jul 06, at 4:00 PM 20 Jul 06, Mike Perham wrote: Shouldn't it be 1.0-alpha-1 or beta if you are just throwing it out there to get feedback? It's really just straight translation of a POM to a DOAP file. So for each set of small corrections I will just release it. It's a very simple

Re: Property badly handled ?

2006-07-20 Thread Eric Redmond
This is really a user's list question. In any case, [test]outputDirectory are prefixed by working directory because maven interprets the paths to be relative. The real question is, why isn't the property ${ project.build.directory} resolving correctly? I don't know if it should or not... I don't

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Jason van Zyl
On 20 Jul 06, at 3:09 PM 20 Jul 06, Milos Kleint wrote: what is DOAP? DOAP = Description of a Project Sounds familiar doesn't it? :-) A format which uses RDF to describe a project. But much of it is adhoc and you can't actually build anything with it. An attempt to gather information

RE: [vote] Dennis Lundberg as a Maven Committer

2006-07-20 Thread Brian E. Fox
+1 -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 2:11 AM To: Maven Developers List Subject: [vote] Dennis Lundberg as a Maven Committer Hi, I'd like to propose Dennis Lundberg as a Maven committer. It's already a committer on maven

RE: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Vincent Massol
+1 -Vincent -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: jeudi 20 juillet 2006 17:30 To: Maven Developers List Subject: [VOTE] Release DOAP 1.0 plugin Hi, I whipped up a small DOAP plugin, created the basic docs for it and would like to release a

invoke a mojo from another mojo

2006-07-20 Thread Valerio Schiavoni
Hello, i'm trying to contribute to a mojo which looks like minijar...in particular, i'd like to 'manipulate' the output of assembly:assembly. Given the foo-jar-with-dependencies.jar, i need to pass it to a mojo provided by another plugin. This is because I want to exploit what is done by

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

2006-07-20 Thread Barrie Treloar
I've made some changes to maven plugins (and submitted patches), so while I wait for them to be applied I thought I would deploy my changes to an internal repository so that our developers can benefit from the changes now. The version installed into my local repository works fine for me. I

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

2006-07-20 Thread Martin van den Bemt
You don't seem to have specified a (custom) repositoryId, which needs to map to the id in your settings.xml, which contains the credentials of your scp connection (like username and private key or password). Mvgr, Martin Barrie Treloar wrote: I've made some changes to maven plugins (and

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Brett Porter
Before releasing this, can the docs be brought in line with the recent standard? I think it also needs some simple tests. - Brett On 20/07/2006 11:38 PM, 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

Re: [m2] which repo for snapshots?

2006-07-20 Thread Brett Porter
They are the same. On 20/07/2006 11:02 PM, David J. M. Karlsen wrote: Hi! Which repository is used for snapshots? I've seen http://people.apache.org/maven-snapshot-repository as well as http://cvs.apache.org/maven-snapshot-repository both? -- Apache Maven - http://maven.apache.org/

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Dennis Lundberg
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

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

2006-07-20 Thread Brett Porter
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 -- Apache Maven - http://maven.apache.org/ Better Builds with Maven -

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

2006-07-20 Thread Dennis Lundberg
I'll look into it tomorrow. 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 -- Dennis Lundberg

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

2006-07-20 Thread Barrie Treloar
On 7/21/06, Martin van den Bemt [EMAIL PROTECTED] wrote: You don't seem to have specified a (custom) repositoryId, which needs to map to the id in your settings.xml, which contains the credentials of your scp connection (like username and private key or password). Hmm, seems fair. However

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Jason van Zyl
On 20 Jul 06, at 7:13 PM 20 Jul 06, Dennis Lundberg 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: Question regarding maven-archetype-plugin:create-from-project

2006-07-20 Thread FA Valencia See
I see ^_^ Is there a jira issue opened for this? I would like to follow its development ^_^ Many thanks ^_^ -Franz On 7/20/06, Jason van Zyl [EMAIL PROTECTED] wrote: On 20 Jul 06, at 5:44 AM 20 Jul 06, FA Valencia See wrote: Good day, That goal is not finished yet. It doesn't completely

[jira] Subscription: Design Best Practices

2006-07-20 Thread jira
Issue Subscription Filter: Design Best Practices (37 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

Re: [VOTE] Release DOAP 1.0 plugin

2006-07-20 Thread Vincent Siveton
+1, with updated documentation. For the curious persons... http://maven.apache.org/plugins/maven-doap-plugin/ Cheers, Vincent 2006/7/20, Jason van Zyl [EMAIL PROTECTED]: On 20 Jul 06, at 7:13 PM 20 Jul 06, Dennis Lundberg wrote: Jason van Zyl wrote: Hi, I whipped up a small DOAP plugin,

[ANN] Maven Ant Plugin 1.10 for Maven 1.x released

2006-07-20 Thread aheritier
We are pleased to announce the Maven Ant Plugin 1.10 release! http://maven.apache.org/maven-1.x/plugins/ant/ Generates ant build files from a maven project, so that plain ant users can build your project === Changes

[ANN] Maven PDF Plugin 2.5 for Maven 1.x released

2006-07-20 Thread aheritier
We are pleased to announce the Maven PDF Plugin 2.5 release! http://maven.apache.org/maven-1.x/plugins/pdf/ PDF Documentation generator === Changes in this version include: New Features: o New property