Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Thu, 8 Jul 2004 9:32 AM

implemented... although it doesn't run before dep resolution.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/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: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0-rc2
   Versions:
             1.0-beta-9

   Assignee: Brett Porter
   Reporter: Ben Walding

    Created: Sun, 23 Mar 2003 6:02 AM
    Updated: Thu, 8 Jul 2004 9:32 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]

Reply via email to