RE: cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 03:02 > To: Maven Developers List > Subject: Re: cvs commit: maven/src/test/java/org/apache/maven/project > ProjectInheritanceTest.java > > I believe this is now fixed, and if someone can tell m

RE: Responsibility - was [RE: Simian Plugin (fully documented and ready to use)\

2003-06-24 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 02:32 > To: Maven Developers List > Subject: Re: Responsibility - was [RE: Simian Plugin (fully documented and > ready to use)\ [snip] > > C - core - needed to perform basic tasks > > M - activ

cvs commit: maven project.xml

2003-06-24 Thread dion
dion2003/06/24 20:35:40 Modified:.project.xml Log: Upgrade to less noisy version of ant tag lib Revision ChangesPath 1.280 +1 -1 maven/project.xml Index: project.xml === RCS file

[jira] Commented: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-06-24 Thread jira
The following comment has been added to this issue: Author: Tom Copeland Created: Tue, 24 Jun 2003 9:25 PM Body: Note to self - twiddle CPD to make it faster :-) tom - View the issue: http://jira.codehaus.org/s

Re: cvs commit: maven/src/test/java/org/apache/maven/projectProjectInheritanceTest.java

2003-06-24 Thread dion
I believe this is now fixed, and if someone can tell me how to stop JUnit truncating messages like that.. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Incze Lajos <[EMAIL PROTECTED]> wrote on 25/06/2003 10:26:5

[jira] Commented: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-06-24 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 24 Jun 2003 8:05 PM Body: Ok, sounds like I've been convinced. I'm +1 on adding this plugin in for beta10 too - View the issue

Re: Responsibility - was [RE: Simian Plugin (fully documented andready to use)\

2003-06-24 Thread Rafal Krzewski
[EMAIL PROTECTED] wrote: It would be nice if one of the commiters checked in a plugin-map.xml xdoc that would contain a list of plugins similar to that one above, and then all commiters would add their name next to the plugins they are willing to work on, and their name in ( ) next to the plugins

Re: cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread Incze Lajos
On Wed, Jun 25, 2003 at 12:37:30AM +, [EMAIL PROTECTED] wrote: > dion2003/06/24 17:37:30 > > Modified:src/test/java/org/apache/maven/project > ProjectInheritanceTest.java > Log: > Fix so that this works on windows and other operating systems. > - the

[jira] Commented: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-06-24 Thread jira
The following comment has been added to this issue: Author: Simon Harris Created: Tue, 24 Jun 2003 7:59 PM Body: Hey guys, I run checkstyle myself but I use the Ant plugin. If I were running maven I think I'd run the Maven plugin. Why? Well the fact is that on my source base chec

cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread dion
dion2003/06/24 17:37:30 Modified:src/test/java/org/apache/maven/project ProjectInheritanceTest.java Log: Fix so that this works on windows and other operating systems. - the project.xml file has ${basedir}/src/java note the '/' used, it's not operating

Re: Responsibility - was [RE: Simian Plugin (fully documented and ready touse)\

2003-06-24 Thread dion
Rafal Krzewski <[EMAIL PROTECTED]> wrote on 25/06/2003 07:19:26 AM: > I daresay that 2/3 of exising maven plugins is broken and/or orphaned. > This is obviously an unacceptable situation. I daresay you're wrong, and would love to see a change :-) > Below there's a list of plugins taken from curre

Re: cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread Incze Lajos
On Wed, Jun 25, 2003 at 12:10:23AM +, [EMAIL PROTECTED] wrote: > dion2003/06/24 17:10:23 > > Modified:src/test/java/org/apache/maven/project > ProjectInheritanceTest.java > Log: > Someone should compile stuff first > Not enough:) Should run, as wel

[jira] Commented: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-06-24 Thread jira
The following comment has been added to this issue: Author: Aslak Hellesøy Created: Tue, 24 Jun 2003 7:30 PM Body: I assume you refer to Simian's built-in integration with Checkstyle. I haven't tried that part, but I'm sure Simon can shed some light here. I am biased, since I do

cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread dion
dion2003/06/24 17:10:23 Modified:src/test/java/org/apache/maven/project ProjectInheritanceTest.java Log: Someone should compile stuff first Revision ChangesPath 1.32 +4 -4 maven/src/test/java/org/apache/maven/project/ProjectInheritan

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Jason van Zyl
On Tue, 2003-06-24 at 19:59, Rafal Krzewski wrote: > > > That SShDeployer uses an SCP session just implemented in Java instead of > > using the scp executable. > > I really don't appreciate this kind of name reuse - sftp is a protocol > registered by the IETF (tcp/115). It was rather silly of J

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread bob mcwhirter
> >>Excuse me is SCP deployment no longer supported? I believe that this is > >>what most people use for their deployments! Correct me if I'm wrong but > >>SFTP is plain old FTP running over TLS - a standard that never really > >>catched on, and it's servers are really hard to come by now. Why on >

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Rafal Krzewski
Jason van Zyl wrote: On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote: [EMAIL PROTECTED] wrote: Added: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers SFtpDeployer.java Removed: src/plugins-build/artifact/src/main/org/apache/maven/deploy

Re: Responsibility - was [RE: Simian Plugin (fully documented andready to use)\

2003-06-24 Thread Bear Giles
Rafal Krzewski wrote: Michal Maczka wrote: I second Michal's opinion that we should not put any more plugins into maven repository, and that some of the existing one should move away onto another CVS repo on maven.apache.org or even to the repos of their associated software projects. I haven't had

cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread jvanzyl
jvanzyl 2003/06/24 16:58:25 Modified:src/test/java/org/apache/maven/project ProjectInheritanceTest.java Log: o Sorry 'bout that. Head down in refactoring. Revision ChangesPath 1.31 +4 -4 maven/src/test/java/org/apache/maven/project/Proje

[jira] Commented: (MAVEN-517) PDF Plug-In 2.0

2003-06-24 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 24 Jun 2003 7:15 PM Body: this is an existing plugin, and i'm not too keen on renaming it It converts xdocs -> pdf. Same way the site plugin produces html from the xdocs. ---

[jira] Closed: (MAVEN-496) Missing information for resolving problems when using Maven

2003-06-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Tue, 24 Jun 2003 7:11 PM Fixed plugin manager cache class to write better error messages - View the issue: http://jira.codehaus.org/secur

cvs commit: maven/src/java/org/apache/maven/plugin PluginCacheManager.java

2003-06-24 Thread dion
dion2003/06/24 16:52:01 Modified:src/java/org/apache/maven/plugin PluginCacheManager.java Log: Better error reporting for plugin xml issues. This is a fix for MAVEN-496 Revision ChangesPath 1.12 +11 -1 maven/src/java/org/apache/maven/plugin/PluginCacheManag

Re: ProjectInheritenceTest doesn't compile

2003-06-24 Thread Incze Lajos
On Wed, Jun 25, 2003 at 01:31:39AM +0200, Incze Lajos wrote: > There is a basedir/baseDir mismatch in the recent patch. > > incze > Other problem: private String PS = System.getProperty( "path.separator" ); Should be: private String FS = System.getProperty( "file.separator" ); incze

[jira] Commented: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-06-24 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 24 Jun 2003 7:00 PM Body: Why wouldn't we use the option to have simian run as part of the checkstyle reports - View the is

Re: Responsibility - was [RE: Simian Plugin (fully documented andready to use)\

2003-06-24 Thread Aslak Hellesøy
Michal Maczka wrote: Just wanted to express my opinion about new plugins. I don't think that we should add more plugins to maven, unless they are really "core plugins". I think we have quite a lot of dead plugins and many broken plugins, I like more the idea of having this plugin elsewhere, so o

ProjectInheritenceTest doesn't compile

2003-06-24 Thread Incze Lajos
There is a basedir/baseDir mismatch in the recent patch. incze - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: clean build (next round)

2003-06-24 Thread Incze Lajos
On Wed, Jun 25, 2003 at 12:53:39AM +0200, Incze Lajos wrote: > Now, the problem is that we have a jsch-0.1.5 dependency, but no artifact > at ibiblio to download. > > incze > Artifact plugin has compile error with jsch-0.1.5.jar, so no build yet. incze -

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Jason van Zyl
On Tue, 2003-06-24 at 18:47, Jason van Zyl wrote: > On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote: > > [EMAIL PROTECTED] wrote: > > > > > Added: > > > src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers > > > SFtpDeployer.java > > > Removed:

clean build (next round)

2003-06-24 Thread Incze Lajos
Now, the problem is that we have a jsch-0.1.5 dependency, but no artifact at ibiblio to download. incze - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Jason van Zyl
On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote: > [EMAIL PROTECTED] wrote: > > > Added: > > src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers > > SFtpDeployer.java > > Removed: > > src/plugins-build/artifact/src/main/org/apache/maven/d

Re: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread Rafal Krzewski
[EMAIL PROTECTED] wrote: Added: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers SFtpDeployer.java Removed: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers SshDeployer.java Log: Changed SCP

Re: cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread Brett Porter
Hi Incze, I'm working to define the need for basedir and resolve any of these ambiguities. I'll make sure I add that plugin to the list. Cheers, Brett Incze Lajos wrote: On Tue, Jun 24, 2003 at 10:14:05PM +, [EMAIL PROTECTED] wrote: jvanzyl 2003/06/24 15:14:05 Modified:src/test/ja

Re: cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread Incze Lajos
On Tue, Jun 24, 2003 at 10:14:05PM +, [EMAIL PROTECTED] wrote: > jvanzyl 2003/06/24 15:14:05 > > Modified:src/test/java/org/apache/maven/project > ProjectInheritanceTest.java > Log: > o Need to use basedir. That's ok for this test case. But there are othe

cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread michal
michal 2003/06/24 15:22:55 Modified:src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers FtpDeployer.java FileDeployer.java HttpDeployer.java src/plugins-build/artifact/src/main/org/apache/maven/artifact/dep

cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread jvanzyl
jvanzyl 2003/06/24 15:14:05 Modified:src/test/java/org/apache/maven/project ProjectInheritanceTest.java Log: o Need to use basedir. Revision ChangesPath 1.30 +8 -6 maven/src/test/java/org/apache/maven/project/ProjectInheritanceTest.java

Re: clean build fails

2003-06-24 Thread Incze Lajos
On Tue, Jun 24, 2003 at 11:24:00PM +0200, Rafal Krzewski wrote: > Incze Lajos wrote: > > On a fresh CVS clean bootstrap build I get (building maven with itself phase): > > > > > > ... > > [exec] [junit] dir attribute ignored if running in the same VM > > [exec] [junit] Runni

Re: Responsibility - was [RE: Simian Plugin (fully documented andready to use)\

2003-06-24 Thread Jason van Zyl
On Tue, 2003-06-24 at 17:19, Rafal Krzewski wrote: > Michal Maczka wrote: > > C - core - needed to perform basic tasks > M - actively maintained > O - obsoleted by other plugins > B - broken > # aspectj M (vmassol, jvanzyl 1.1) > # codeswitcher M > # genapp

RE: Simian Plugin (fully documented and ready to use)

2003-06-24 Thread Simon Harris
Here is a copy of the license agreement that you may distribute with simian for maven Cheers, Simon > -Original Message- > From: Simon Harris [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 25 June 2003 6:06 AM > To: 'Vincent Massol'; 'Maven Developers List' > Cc: '[EMAIL PROTECTED]' > Sub

Re: Responsibility - was [RE: Simian Plugin (fully documented and ready to use)\

2003-06-24 Thread bob mcwhirter
> # antlr M (bob) > # ashkelonM (ben) > # jalopy M (jcej, I think) > # latex M (bob) > # perforceM (jcej) > # uberjar M (bob, pete) -bob - To u

Re: clean build fails

2003-06-24 Thread Rafal Krzewski
Incze Lajos wrote: On a fresh CVS clean bootstrap build I get (building maven with itself phase): ... [exec] [junit] dir attribute ignored if running in the same VM [exec] [junit] Running org.apache.maven.project.ProjectInheritanceTest [exec] [junit] Tests run: 1, F

Re: Responsibility - was [RE: Simian Plugin (fully documented andready to use)\

2003-06-24 Thread Rafal Krzewski
Michal Maczka wrote: Just wanted to express my opinion about new plugins. I don't think that we should add more plugins to maven, unless they are really "core plugins". I think we have quite a lot of dead plugins and many broken plugins, I like more the idea of having this plugin elsewhere, so o

clean build fails

2003-06-24 Thread Incze Lajos
On a fresh CVS clean bootstrap build I get (building maven with itself phase): ... [exec] [junit] dir attribute ignored if running in the same VM [exec] [junit] Running org.apache.maven.project.ProjectInheritanceTest [exec] [junit] Tests run: 1, Failures: 1, Errors:

RE: Simian Plugin (fully documented and ready to use)

2003-06-24 Thread Simon Harris
You have my permission to do so. The license agreement allows for this. Cheers, Simon > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 25 June 2003 4:54 AM > To: 'Maven Developers List' > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Sim

RE: Responsibility - was [RE: Simian Plugin (fully documented and ready to use)\

2003-06-24 Thread Vincent Massol
My view is very simple: Let's move all plugins outside the core of Maven. However, ATM it is not done for the following reason: - There is no mechanism for a project to tell which plugins it wants to use (and in what version). [Of course there would a list of default plugins with default versions

Responsibility - was [RE: Simian Plugin (fully documented and ready to use)\

2003-06-24 Thread Michal Maczka
Just wanted to express my opinion about new plugins. I don't think that we should add more plugins to maven, unless they are really "core plugins". I think we have quite a lot of dead plugins and many broken plugins, I like more the idea of having this plugin elsewhere, so original plugin author

Classloader problems when writing plugin

2003-06-24 Thread Mark Langley
Two questions: #1: I've written a plugin to integrate jCoverage (http://www.jcoverage.com) with Maven. The plugin itself works fine, but I get a class loader conflict later on in the run: xdoc:generate-from-pom: [echo] Generating xdocs from POM ... BUILD FAILED null:58:30: null:25:30: null

RE: Simian Plugin (fully documented and ready to use)

2003-06-24 Thread Vincent Massol
Hi Aslak, I love the idea of CPD/Simian. However, before we can commit anything here we would need agreement from redhillconsulting.com that we can put the simian jar in the Maven remote repository on ibiblio. If we don’t get this agreement, we could still store this plugin in the SF mavne-plugin

[jira] Updated: (MAVEN-461) Patches for JBuilder plugin

2003-06-24 Thread jira
The following issue has been updated: Updater: David Zeleznik (mailto:[EMAIL PROTECTED]) Date: Tue, 24 Jun 2003 1:48 PM Comment: - Added support for JBuilder 9 - Added maven.jbuilder.verbose property - Library files that are automatically generated from versioned (not snapshot) a

[jira] Updated: (MAVEN-461) Patches for JBuilder plugin

2003-06-24 Thread jira
The following issue has been updated: Updater: David Zeleznik (mailto:[EMAIL PROTECTED]) Date: Tue, 24 Jun 2003 1:47 PM Comment: - Added support for JBuilder 9 - Added maven.jbuilder.verbose property - Library files that are automatically generated from versioned (not snapshot) a

Re: missing jar at ibiblio for bootstrap build

2003-06-24 Thread Martin Skopp
On Tue, 2003-06-24 at 18:49, Martin Skopp wrote: > Searched for that jar at ibiblio but didn't found it... Ok, found it now (it was a pain since the web interface reduces the jar file names) but still get missing jars frequently... Could this be because by $HOME/build.properties contains maven.mo

missing jar at ibiblio for bootstrap build

2003-06-24 Thread Martin Skopp
I tried a clean ($HOME/.maven/repository removed/empty!) bootstrap build and got [exec] The build cannot continue because of the following unsatisfied dependency: [exec] commons-jelly-tags-xml-20030211.142705.jar During the B U I L D I N G T H E P L U G I N S pahse Searched for that jar at ibi

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer DefaultArtifactDeployer.java

2003-06-24 Thread michal
michal 2003/06/24 09:20:52 Modified:src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer DefaultArtifactDeployer.java Log: fixed small bug in doInstall method Revision ChangesPath 1.7 +4 -4 maven/src/plugins-build/art

Re: private jar dependencies

2003-06-24 Thread Brian Ewins
I have now. http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-518 [EMAIL PROTECTED] wrote: Has anyone raised this in Jira? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Brian Ewins <[EMAIL PROTECTED]> wrote on

[jira] Created: (MAVEN-518) plugins guess filename from 'dependency', should use 'artifact'

2003-06-24 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-518 Here is an overview of the issue: --

[jira] Commented: (MAVEN-517) PDF Plug-In 2.0

2003-06-24 Thread jira
The following comment has been added to this issue: Author: Andrew Jaquith Created: Tue, 24 Jun 2003 9:44 AM Body: I take that back; the Batik jar is too big. However, it is the Batik jar found in the most recent FOP binary distribution. Here's the link to the FOP binary: http:/

[jira] Commented: (MAVEN-517) PDF Plug-In 2.0

2003-06-24 Thread jira
The following comment has been added to this issue: Author: Andrew Jaquith Created: Tue, 24 Jun 2003 9:37 AM Body: The plug-in also requires an updated Batik jar, which is the version that comes with FOP 0.20.5-rc3-alpha (attached).

[jira] Commented: (MAVEN-517) PDF Plug-In 2.0

2003-06-24 Thread jira
The following comment has been added to this issue: Author: bob mcwhirter Created: Tue, 24 Jun 2003 9:21 AM Body: I'm not very familiar at all with the pdf plugin, but I'd like to suggest renaming it to address the source file format, not the target output format. The 'latex' plu

[jira] Updated: (MAVEN-517) PDF Plug-In 2.0

2003-06-24 Thread jira
The following issue has been updated: Updater: Andrew Jaquith (mailto:[EMAIL PROTECTED]) Date: Tue, 24 Jun 2003 9:13 AM Comment: Here is the tarball for the plug-in... Changes: Attachment changed from to maven-pdf-plugin-2.0.tar.gz

[jira] Created: (MAVEN-517) PDF Plug-In 2.0

2003-06-24 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-517 Here is an overview of the issue: --

Simian Plugin (fully documented and ready to use)

2003-06-24 Thread Aslak Hellesøy
It seems Maven's JIRA still doesn't notify this list, so here I go... Simian (http://www.redhillconsulting.com.au/products/simian/index.html ) is a great little tool that detects duplicate source code. Very much like PMD's CPD (http://pmd.sourceforge.net/cpd.html), but a _lot_ faster. I have wr

[jira] Commented: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-06-24 Thread jira
The following comment has been added to this issue: Author: Aslak Hellesøy Created: Tue, 24 Jun 2003 7:15 AM Body: please ignore the build.xml in the zip. It's crap. - View the issue: http://jira.codehaus.org/se

[jira] Updated: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-06-24 Thread jira
The following issue has been updated: Updater: Aslak Hellesøy (mailto:[EMAIL PROTECTED]) Date: Tue, 24 Jun 2003 6:55 AM Comment: Here is the entire plugin Changes: Attachment changed from to maven-simian-plugin-1.0-src.zip -

[jira] Created: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-06-24 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-516 Here is an overview of the issue: --

Re: Torque build failure

2003-06-24 Thread Janne Kario
Daniel Rall wrote: Janne <[EMAIL PROTECTED]> writes: * /home/*/tmp/db-torque >maven dist:lite __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT Attempting to download commons-configuration-1.0-dev-3.2003

AW: XDoclet tags errors in javadoc report

2003-06-24 Thread Jürgen Heidak
I set property 'maven.javadoc.additionalparam' to '-tag ejbHome:X' but the javadoc plugin report still complains about the unknown tag. If I use the -tag option in an ant file everything works fine. Anyone out there with a working example for the 'maven.javadoc.additionalparam' property ???

Results of clean bootstrap at 20030624- 308

2003-06-24 Thread bwalding
Last 500 lines of a clean bootstrap build of maven at 20030624- 308 ==> /home/bwalding/src/logs/maven-build-20030624- <== [exec] + [exec] clean:clean: [exec] clean: [exec] plugin: [exec] java:prepare-filesystem: