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 2004/10/15 16:47:21 UTC

[jira] Created: (MAVEN-1470) nested plugin housings: pregoal vs preGoal

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1470

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1470
    Summary: nested plugin housings: pregoal vs preGoal
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0

   Assignee: 
   Reporter: Jose Luis

    Created: Fri, 15 Oct 2004 10:46 AM
    Updated: Fri, 15 Oct 2004 10:46 AM
Environment: Windows 2000/XP. j2sdk 1.4.

Description:
If you use a maven.xml file with:
    <pregoal name="java:compile">
        <attainGoal name="abc"/>
        <echo message="Hello"/>
    </pregoal>

    <goal name="abc">
    </goal>

then maven throws an exception: nested plugin housings!!!

If you dont use the attainGoal:
    <pregoal name="java:compile">
        <echo message="Hello"/>
    </pregoal>

    <goal name="abc">
    </goal>

the exception isnt thrown!!!

The problem is related with the pregoal, because if you use:
    <preGoal name="java:compile">
        <attainGoal name="abc"/>
        <echo message="Hello"/>
    </preGoal>

    <goal name="abc">
    </goal>

then all works fine!!!

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


[jira] Closed: (MAVEN-1470) nested plugin housings: pregoal vs preGoal

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Fri, 15 Oct 2004 6:35 PM

MAVEN-1459
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1470

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1470
    Summary: nested plugin housings: pregoal vs preGoal
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: DUPLICATE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0

   Assignee: 
   Reporter: Jose Luis

    Created: Fri, 15 Oct 2004 10:46 AM
    Updated: Fri, 15 Oct 2004 6:35 PM
Environment: Windows 2000/XP. j2sdk 1.4.

Description:
If you use a maven.xml file with:
    <pregoal name="java:compile">
        <attainGoal name="abc"/>
        <echo message="Hello"/>
    </pregoal>

    <goal name="abc">
    </goal>

then maven throws an exception: nested plugin housings!!!

If you dont use the attainGoal:
    <pregoal name="java:compile">
        <echo message="Hello"/>
    </pregoal>

    <goal name="abc">
    </goal>

the exception isnt thrown!!!

The problem is related with the pregoal, because if you use:
    <preGoal name="java:compile">
        <attainGoal name="abc"/>
        <echo message="Hello"/>
    </preGoal>

    <goal name="abc">
    </goal>

then all works fine!!!

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