Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7
-
None
Description
If I redefine the variable maven.war.final.name, maven's goal cactus:test fails.
The fix is simple: it's just a matter of changing the line:
<cactifywar version="2.3" destfile="${cactus.war}">
to:
<cactifywar version="2.3" destfile="${cactus.war}" srcfile="${maven.build.dir}/${maven.war.final.name}">
I will provide a test case and a patch fixing this issue later.