dlestrat 2004/05/21 15:15:31
Modified: . maven.xml
Log:
[JS2-41] Make all components that use the PersistenceStore load there OJB repository
files via the META-INF/ojb_repository.xml
Converting Prefs and Security.
Revision Changes Path
1.58 +2 -2 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- maven.xml 21 May 2004 21:00:55 -0000 1.57
+++ maven.xml 21 May 2004 22:15:31 -0000 1.58
@@ -136,14 +136,14 @@
<maven:reactor
basedir="${basedir}/components/prefs"
includes="project.xml"
- goals="build.prefs"
+ goals="jar:install"
banner="Build and Install the Preferences Components jar"
postProcessing="false"
ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}/components/security"
includes="project.xml"
- goals="build.security"
+ goals="jar:install"
banner="Build and Install the Security Components jar"
postProcessing="false"
ignoreFailures="false"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]