diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly index 29b9eb7a..9fa1b11f 100644 --- a/cactus/plugin.jelly +++ b/cactus/plugin.jelly @@ -72,6 +72,7 @@ + + + + + + + + + + No Cactus source files to compile. diff --git a/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/test.xml b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/test.xml new file mode 100644 index 00000000..a15853b1 --- /dev/null +++ b/cactus/sample/src/test-cactus/org/apache/maven/cactus/sample/test.xml @@ -0,0 +1,4 @@ + + + diff --git a/cactus/xdocs/changes.xml b/cactus/xdocs/changes.xml index 37fb8c37..8d2be5cd 100644 --- a/cactus/xdocs/changes.xml +++ b/cactus/xdocs/changes.xml @@ -8,6 +8,12 @@ + + The cactus:compile goal now correctly copy the non + java files to the target class directory. Thanks to Florin Vancea for + reporting this bug. This fixes bug + MAVEN-478. + Major change: updated to use the Cactus/Ant integration built on 23rd of May 2003 (it is completely different from the Cactus/Ant