To whom it may concern,

Wasn't sure if I should post this here or to the dev mailing list but here
is the problem.
When issuing the maven clean "goal" it runs the attain goal in the
incorrectly configured maven file provided below. Not sure if this is how
the file is supposed to be executed but the tag <attainGoal
name="cactus:test"> gets executed when I am supposed to just be cleaning out
my build locations. I see that anything placed outside of the goals tag gets
ran.


<project
  xmlns:j="jelly:core"
  xmlns:m="maven"
  xmlns:u="jelly:util"
  xmlns:a="jelly:ant"
  default="java:jar">

<goal name="test-cactus">
        <attainGoal name="war"/>
</goal>


<!-- THIS ATTAIN GO GETS RAN WHEN ISSUEING THE MAVEN CLEAN GOAL
<attainGoal name="cactus:test-text"/>

</project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to