Improve error message

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@348331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-11-23 00:58:38 +00:00
parent 963472888b
commit 020adecbf5

View File

@ -86,6 +86,7 @@
<j:if test="${empty(currenttemplateresources)}"> <j:if test="${empty(currenttemplateresources)}">
<fail> <fail>
Found a template in ${maven.genapp.template.dir}, but it was broken. Found a template in ${maven.genapp.template.dir}, but it was broken.
Directory [${maven.genapp.template.dir}/template-resources] doesn't exist.
</fail> </fail>
</j:if> </j:if>