You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/06/13 17:21:54 UTC

[jira] Created: (MAVEN-488) Pregoal on build:start does not work

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-488


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-488
    Summary: Pregoal on build:start does not work
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0-beta-10
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Vincent Massol

    Created: Fri, 13 Jun 2003 10:20 AM
    Updated: Fri, 13 Jun 2003 10:20 AM

Description:
Declaring a pre goal on build:start does not seem to work. For example:

<project xmlns:j="jelly:core" xmlns:ant="jelly:ant">

  <preGoal name="build:start">
    <echo>************************</echo>
  </preGoal>
  
</project>

does not print anything.

The build:start goal is located in driver.jelly.


---------------------------------------------------------------------
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/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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org