@@ -46,7 +46,7 @@
-
+
diff --git a/genapp/src/plugin-test/nonStandardDirsTest/template.properties b/genapp/src/plugin-test/nonStandardDirsTest/template.properties
index 19586e61..ec6fd551 100644
--- a/genapp/src/plugin-test/nonStandardDirsTest/template.properties
+++ b/genapp/src/plugin-test/nonStandardDirsTest/template.properties
@@ -14,7 +14,7 @@
# limitations under the License.
# -------------------------------------------------------------------
-maven.genapp.repackage=my_java,my_test
+maven.genapp.repackage=main/my_java,my_test/java
maven.genapp.filter=project.xml
maven.genapp.default.package=example.app
diff --git a/genapp/xdocs/properties.xml b/genapp/xdocs/properties.xml
index 97e791dd..68ebe101 100644
--- a/genapp/xdocs/properties.xml
+++ b/genapp/xdocs/properties.xml
@@ -43,7 +43,7 @@
into the new project after they have been filtered. The filtering
replaces placeholders with properties (see below).
- | java,test |
+ project.xml,**/index.xml,**/navigation.xml |
| maven.genapp.param |
@@ -62,7 +62,7 @@
defined with the property maven.genapp.template.package. The
files are not only copied, but also filtered.
- project.xml |
+ main/java,test/java |
| maven.genapp.template |
@@ -111,7 +111,7 @@
Base directory for the maven.genapp.repackage property.
- ${src}
+ src
|