You're right. I saw this in another example and tried it this morning with success. Someone should fix the docs so others don't suffer as we have... thanks!




Steven Peterson wrote:


I saw the same issue.  I fixed it by correcting the xmlns attributes
on the project element.

Originally I had the following project root in my maven.xml (based on the documentation):

<project
 xmlns:m="maven"
 xmlns:j="jelly:core"
 xmlns:u="jelly:util">
 ....
</project>

changed it to:

<project
 xmlns:m="jelly:maven"
 xmlns:j="jelly:core"
 xmlns:u="jelly:util">
 ....
</project>

and all was well with my reactor build.

Steve Peterson
--ProviderLink


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






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



Reply via email to