diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly index 1560d8a9..3de2c6bf 100644 --- a/cactus/plugin.jelly +++ b/cactus/plugin.jelly @@ -140,12 +140,15 @@ - + + - + diff --git a/cactus/plugin.properties b/cactus/plugin.properties index eb93bdc6..b3bc5868 100644 --- a/cactus/plugin.properties +++ b/cactus/plugin.properties @@ -56,6 +56,11 @@ maven.cactus.test.reportsDirectory = ${maven.cactus.build.dir}/test-reports # Location where the project war/webapp is located (either as a war or an # expanded webapp). Cactus will then add its own stuff to the war/webapp. +# +# -- FIXME --------------------------------------------- +# -- This style of property defaulting no longer works + +# ------------------------------------------------------ +# maven.cactus.prewar.dir = ${maven.war.build.dir} # Define what TestRunner to use. Default is the JUnit text test runner