git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-10-28 00:56:55 +00:00
parent baa38b9f00
commit b1332f6273

View File

@ -17,7 +17,7 @@
maven.test.search.classdir. It defaults to use (java) to preserve maven.test.search.classdir. It defaults to use (java) to preserve
backwards compatibilty. Using (class) allows you to work with alternative backwards compatibilty. Using (class) allows you to work with alternative
languages that compile to bytecode like languages that compile to bytecode like
<a href="http://groovy.codehaus.org/>Groovy</a> <a href="http://groovy.codehaus.org/">Groovy</a>
</action> </action>
<action dev="evenisse" type="fix"> <action dev="evenisse" type="fix">
Check if unitTest tag is present in pom before copy resources. Check if unitTest tag is present in pom before copy resources.