The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Mon, 4 Aug 2003 12:05 AM
Changes:
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-344&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-344
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-344
Summary: provide build:start goal to attach other goals to
Type: Improvement
Status: Assigned
Priority: Major
Time Spent: Unknown
Remaining: 1 hour
Project: maven
Components:
core
Fix Fors:
1.1
Versions:
1.0-beta-9
Assignee: Jason van Zyl
Reporter: Ben Walding
Created: Sun, 23 Mar 2003 6:02 AM
Updated: Mon, 4 Aug 2003 12:05 AM
Description:
We need a goal that occurs before dependency resolution so that tasks that help fix
dep resolution can occur.
eg.
I would like to create the concept of project repository files that get pushed to the
local repository - eg. activation / mail and all that other stuff we can't have on
ibiblio.
<preGoal name="build:start">
<copy todir="${maven.home}/repository">
<fileset dir="lib">
<includes name="**/*.jar"/>
</fileset>
</copy>
</preGoal>
---------------------------------------------------------------------
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]