Added a junit test example to the simple java sample. Hope it has not become too complex ;-)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-06-04 17:26:52 +00:00
parent 369dcc6193
commit 8fd8a7000b
3 changed files with 14 additions and 1 deletions

View File

@@ -56,6 +56,7 @@
<!-- build information for the project -->
<build>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
</build>
</project>