cvs commit: maven/src/plugins-build/jar/xdocs - New directory

2003-04-04 Thread evenisse
evenisse2003/04/04 23:59:18 maven/src/plugins-build/jar/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/clean/xdocs - New directory

2003-04-04 Thread evenisse
evenisse2003/04/04 23:58:29 maven/src/plugins-build/clean/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/jar - New directory

2003-04-04 Thread evenisse
evenisse2003/04/04 23:56:05 maven/src/plugins-build/jar - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/clean - New directory

2003-04-04 Thread evenisse
evenisse2003/04/04 23:55:00 maven/src/plugins-build/clean - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Rep:[Proposal] Split the eclipse:generate-project goal

2003-04-04 Thread Emmanuel Venisse
+1 Emmanuel -Message d'origine- De: "Diego Fernandez" <[EMAIL PROTECTED]> A: "Maven Developers List" <[EMAIL PROTECTED]> Date: 04/04/03 Objet: [Proposal] Split the eclipse:generate-project goal The eclipse:generate-project generates the .project file and .classpath files. But some times

Re: [Proposal] Cut java plugin to 3 plugins

2003-04-04 Thread Pete Kazmier
"Emmanuel Venisse" <[EMAIL PROTECTED]> writes: > For respect name convention for goal in plugins, I think we do cut java > plugin to java, jar and clean plugins. +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

eclipse config guide

2003-04-04 Thread Ben Walding
Here is the "recommended" way to configure options within eclipse for developing maven. (screenshots are v2.1) http://projects.walding.com/ide/ All feedback appreciated (more config options, constructive critiscism etc) Once we're relatively happy with it, I'll drop it into main site. Cheers,

Re: [Proposal] Split the eclipse:generate-project goal

2003-04-04 Thread Ben Walding
Before we go down that path (which we probably will): What do you have in your custom project that eclipse doesn't put there? Diego Fernandez wrote: The eclipse:generate-project generates the .project file and .classpath files. But some times is useful to re-generate only the .classpath while ke

[Proposal] Split the eclipse:generate-project goal

2003-04-04 Thread Diego Fernandez
The eclipse:generate-project generates the .project file and .classpath files. But some times is useful to re-generate only the .classpath while keeping a custom .project. eclipse --> calls eclipse:generate-project and eclipse:generate-classpath eclipse:generate-project --> generates the .project

Re: [Proposal] Cut java plugin to 3 plugins

2003-04-04 Thread bob mcwhirter
> java plugin is for compilation > jar plugin is for create archive like ear, war plugins > clean goals are independant of java tasks. Yah, that makes sense to me. -bob - To unsubscribe, e-mail: [EMAIL PROTECTED] For

cvs commit: maven/src/plugins-build/pmd/xdocs changes.xml

2003-04-04 Thread vmassol
vmassol 2003/04/04 03:06:45 Modified:src/plugins-build/pmd project.xml plugin.jelly plugin.properties .cvsignore src/plugins-build/pmd/xdocs changes.xml Added: src/plugins-build/pmd/src/plugin-resources/rulesets impor

cvs commit: maven/src/plugins-build/pmd/src - New directory

2003-04-04 Thread vmassol
vmassol 2003/04/04 03:05:29 maven/src/plugins-build/pmd/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/pmd/src/plugin-resources - New directory

2003-04-04 Thread vmassol
vmassol 2003/04/04 03:05:29 maven/src/plugins-build/pmd/src/plugin-resources - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/pmd/src/plugin-resources/rulesets - New directory

2003-04-04 Thread vmassol
vmassol 2003/04/04 03:05:29 maven/src/plugins-build/pmd/src/plugin-resources/rulesets - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cvs commit: maven/src/plugins-build/pmd/xdocs/images sample.gif

2003-04-04 Thread Vincent Massol
Hi dIon, I have asked Siegfried who has told me he was +1 for the move (actually, we had already discussed moving the plugin to Maven some 3-4 months ago and my recall was that the PMD team was agreeable to that). That said, when doing the move yesterday I have noticed that there is another autho

[GUMP] Build Failure - maven

2003-04-04 Thread dIon Gillard
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/jakarta/maven/lib

[GUMP] Build Failure - maven-bootstrap

2003-04-04 Thread dIon Gillard
This email is autogenerated from the output from: Buildfile: build-bootstrap.xml check-maven-home: check-maven-repo-local:

More Non-Core Plugins - Was Re: New PMD plugin?

2003-04-04 Thread Siegfried Göschl
Hi folks, There might be another few plugins of http://maven- plugins.sourceforge.net/ worth migrating to non-core Maven plugin since this project is intended as kindergarden for new MAVEN plugins. +) There is an update of the JavaNCSS plugin around with JSTL reporting for MAVEN B8 - but I don'

Re: [PROPOSAL] Inheriting project properties and maven.xml

2003-04-04 Thread Peter Donald
+1 :) I believe it already exists in beta-8 for maven.xml and is supposed to exist in beta-9 for proeprties (though I have not tried). I would also love to see inheritance of build.properties aswell ... ;) On Wed, 26 Mar 2003 21:34, [EMAIL PROTECTED] wrote: > Hi, > > I'd like to propose to

[PATCH] ejb plugin.jelly

2003-04-04 Thread Willie Vu
This patch adds the following goals to ejb plugin: ejb:snapshot ejb:deploy ejb:deploy-snapshot ejb:install-snaphost -- Willie Vu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Proposal] Cut java plugin to 3 plugins

2003-04-04 Thread Emmanuel Venisse
Hi, Actually, java plugin reference 3 goal namespace (java, jar and clean) For respect name convention for goal in plugins, I think we do cut java plugin to java, jar and clean plugins. java plugin is for compilation jar plugin is for create archive like ear, war plugins clean goals are independ