jvanzyl 2003/01/09 07:41:13
Modified: src/test/touchstone-build project.xml
Log:
o adding a non-existent <resource/> directory as a test.
Revision Changes Path
1.18 +18 -0 jakarta-turbine-maven/src/test/touchstone-build/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 7 Jan 2003 07:20:15 -0000 1.17
+++ project.xml 9 Jan 2003 15:41:13 -0000 1.18
@@ -129,6 +129,20 @@
</dependency>
-->
+ <!--
+ |
+ | New groupId/artifactId selection.
+ |
+ -->
+ <!--
+ <dependency>
+ <groupId>jelly-commons</groupId>
+ <artifactId>jelly-commons-tags-velocity</artifactId>
+ <version>SNAPSHOT</version>
+ <type>maven-plugin</type>
+ </dependency>
+ -->
+
<!--
|
| Jelly runtime dependencies.
@@ -229,6 +243,10 @@
</resource>
<resource>
<directory>src/resources</directory>
+ </resource>
+ <!-- Maven will ignore paths that don't exist -->
+ <resource>
+ <directory>${basedir}/path/that/is/non-existent</directory>
</resource>
</resources>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>