adc 2004/03/13 18:05:29
Modified: modules/system maven.xml
Added: modules/system project.properties
Log:
Save configurations in a temp directory in target.
Revision Changes Path
1.3 +12 -1 incubator-geronimo/modules/system/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/system/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 10 Mar 2004 09:59:30 -0000 1.2
+++ maven.xml 14 Mar 2004 02:05:29 -0000 1.3
@@ -47,4 +47,15 @@
copyright=Copyright (C) 2003-${yearFormat.format(now)}, The Apache Software
Foundation
</ant:echo>
</postGoal>
+
+ <!-- Set up the test files -->
+ <postGoal name="test:test-resources">
+
+ <j:jelly xmlns="jelly:ant">
+ <!-- Create the temporary directory where the configurations
will reside -->
+ <delete dir="${maven.build.dir}/tmp"/>
+ <mkdir dir="${maven.build.dir}/tmp"/>
+ </j:jelly>
+
+ </postGoal>
</project>
1.1 incubator-geronimo/modules/system/project.properties
Index: project.properties
===================================================================
##
##
## Copyright 2004 The Apache Software Foundation
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##
##
## $Revision: 1.1 $ $Date: 2004/03/14 02:05:29 $
##
maven.junit.jvmargs=-Djava.io.tmpdir=target/tmp