Message: The following issue has been closed.
Resolver: Brett Porter Date: Mon, 14 Jun 2004 9:46 AM duplicate of MAVEN-1297. Design limitation in Maven 1.0 that will be fixed in future versions. --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPCLEAN-3 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPCLEAN-3 Summary: "maven clean" triggers download of unrelated jar files Type: Bug Status: Closed Priority: Minor Resolution: DUPLICATE Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-clean-plugin Assignee: Reporter: Lars Kühne Created: Sun, 13 Jun 2004 3:05 AM Updated: Mon, 14 Jun 2004 9:46 AM Description: The job of the clean target is to delete a few files. It should not be necessary to download jcoverage and java-getopt, and the other jars are probably not too useful either. My project doesn't even use jcoverage... For a user new to Maven (like me) this is confusing, I did not expect to start a download when I wanted to delete some files. It also takes much longer than necessary to execute the clean task (26s instead of 2s) I should mention that this is a multiproject build, maven clean was executed on top level. Here the console log of the build process (download artifacts compressed, path prefixes omitted) clirr> maven clean __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc3 Attempting to download jcoverage-1.0.5.jar. .. Attempting to download velocity-1.3.jar. .. Attempting to download java-getopt-1.0.9.jar. .. Attempting to download xpp3-1.1.2a.jar. .. Attempting to download xercesImpl-2.4.0.jar. .. Attempting to download xmlParserAPIs-2.2.1.jar. .. build:start: clean:clean: [delete] Deleting directory .../clirr/target [delete] Deleting: .../clirr/velocity.log BUILD SUCCESSFUL Total time: 26 seconds --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]