
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
14/Oct/04 02:47 AM
|
|
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.
|
|
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. |
Show » |
| No work has yet been logged on this issue.
|
|