Article:
 |
|
Maven: Trove of Tips
|
| Subject: |
|
problem with maven:reactor |
| Date: |
|
2006-02-13 06:15:27 |
| From: |
|
Ravikumar.Maddi
|
|
|
hi,
i got problem when i run the my gaol. my maven.xml file is this:
<goal name="custom:test"
description="Clean all JDoppio
components" prereqs="clean">
<maven:reactor basedir="${basedir}"
includes="**/project.xml"
goals="clean:clean"
banner="Cleaning:"
ignoreFailures="false" />
</goal>
it making the below error:
could you please help me
tahnks and regards,
ravikumar.M
Fatal Error [line 15, row 36]: The prefix "maven" for element "maven:reactor" is not bound.
|
Showing messages 1 through 1 of 1.
-
problem with maven:reactor
2006-02-13 06:54:00
Ravikumar.Maddi
[View]
<project default="jdoppio:build"
xmlns:j="jelly:core"
xmlns:maven="jelly:maven"<!--i miss this-->
xmlns:deploy="deploy"
>