Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7
-
None
-
Maven 1.0rc3, Cactus-CVS-HEAD, Gentoo Linux
Description
In the latest version of plugin.jelly in cvs, the cactus task uses cactus.sysproperties in the same way as in the maven-test-plugin uses maven.junit.sysproperties.
However, it only sets such properties when executing the cactus:test-war goal, not the cactus:match nor the cactus:single goals. The attached patch fixes this problem
For full consistency with the maven-test-plugin, the sysproperty basedir would be set to ${basedir}, but that is obviously at your discretion.