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 t
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):
changed it to:
and all was well with my reactor build.
Steve Peterson
--ProviderLink
---
I am attempting to use the reactor tag, as in the Maven User Guide. The
following tag:
Causes the following exception:
BUILD FAILED
java.lang.NullPointerException
at
org.apache.commons.jelly.impl.TagScript.configureTag(TagScript.java:512)
at
org.apache.commons.jelly.impl.TagScr