jvanzyl 2003/01/07 20:36:17
Modified: discovery maven.xml project.xml
Log:
o Improving the maven build, now on to the next problem.
Revision Changes Path
1.3 +1 -12 jakarta-commons/discovery/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/discovery/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 10 Oct 2002 21:52:25 -0000 1.2
+++ maven.xml 8 Jan 2003 04:36:17 -0000 1.3
@@ -1,15 +1,4 @@
<project default="java:jar"
xmlns:j="jelly:core">
- <!-- copies unit testing stuff -->
- <postGoal name="test:compile">
- <copy todir="target/test-classes">
- <fileset dir="src/test">
- <include name="**/*.properties"/>
- <include name="META-INF/services/*"/>
- </fileset>
- </copy>
- </postGoal>
-
-
-</project>
+ </project>
1.11 +6 -0 jakarta-commons/discovery/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/discovery/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- project.xml 8 Jan 2003 01:57:49 -0000 1.10
+++ project.xml 8 Jan 2003 04:36:17 -0000 1.11
@@ -64,6 +64,12 @@
<directory>${basedir}/src</directory>
<includes><include>**/testResource</include></includes>
</resource>
+ <resource>
+ <directory>${basedir}/src/test</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
</resources>
</unitTest>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>