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]

Reply via email to