From 85489c4fa93ff2821fb005b9e9e35de4122ec788 Mon Sep 17 00:00:00 2001 From: evenisse Date: Wed, 31 Mar 2004 20:07:37 +0000 Subject: [PATCH] Fix StrutsTestCase dependency in struts templates. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114962 13f79535-47bb-0310-9956-ffa450edef68 --- genapp/project.xml | 2 +- .../struts-jstl/template-resources/project.xml | 4 ++-- .../plugin-resources/struts/template-resources/project.xml | 4 ++-- genapp/xdocs/changes.xml | 3 +++ 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/genapp/project.xml b/genapp/project.xml index 16e2e727..e795cf80 100644 --- a/genapp/project.xml +++ b/genapp/project.xml @@ -23,7 +23,7 @@ 3 maven-genapp-plugin Maven Genapp Plugin - 2.1 + 2.2-SNAPSHOT A collection of example projects showing how to use maven in different situations http://maven.apache.org/reference/plugins/genapp/ /www/maven.apache.org/reference/plugins/genapp/ diff --git a/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml b/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml index d53c7d10..617a31ee 100644 --- a/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml +++ b/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml @@ -158,8 +158,8 @@ strutstestcase - strutstest - 2.1.0 + strutstestcase + 2.1-1.1-2.3 true diff --git a/genapp/src/plugin-resources/struts/template-resources/project.xml b/genapp/src/plugin-resources/struts/template-resources/project.xml index 982b0d83..771c6ba4 100644 --- a/genapp/src/plugin-resources/struts/template-resources/project.xml +++ b/genapp/src/plugin-resources/struts/template-resources/project.xml @@ -141,8 +141,8 @@ strutstestcase - strutstest - 2.1.0 + strutstestcase + 2.1-1.1-2.3 true diff --git a/genapp/xdocs/changes.xml b/genapp/xdocs/changes.xml index 68a2e097..e0356582 100644 --- a/genapp/xdocs/changes.xml +++ b/genapp/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + Fix StrutsTestCase dependency in struts templates. + Support of configuration files in the template starting with a dot (e.g. .cvsignore). Fix usage of explicit template provided with the property maven.genapp.template.dir. Suppress question for template name, since it is implicit.