You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/05/01 03:27:04 UTC

svn commit: rev 10463 - in incubator/directory/rms/trunk: . gui/ocmm jdbc

Author: akarasulu
Date: Fri Apr 30 18:27:03 2004
New Revision: 10463

Modified:
   incubator/directory/rms/trunk/gui/ocmm/   (props changed)
   incubator/directory/rms/trunk/gui/ocmm/project.xml
   incubator/directory/rms/trunk/jdbc/project.properties
   incubator/directory/rms/trunk/maven.xml
Log:
Commit changes ...

 o validated a clean build making some changes here and there
 o added extra properties to access the oracle driver
 o added new installall reactor directive



Modified: incubator/directory/rms/trunk/gui/ocmm/project.xml
==============================================================================
--- incubator/directory/rms/trunk/gui/ocmm/project.xml	(original)
+++ incubator/directory/rms/trunk/gui/ocmm/project.xml	Fri Apr 30 18:27:03 2004
@@ -3,6 +3,7 @@
 <project>
 
   <extend>${basedir}/../../project.xml</extend>
+  <groupId>incubator-directory</groupId>
   <id>ocmm</id>
   <name>Object Containment Meta Model</name>
   <currentVersion>SNAPSHOT</currentVersion>

Modified: incubator/directory/rms/trunk/jdbc/project.properties
==============================================================================
--- incubator/directory/rms/trunk/jdbc/project.properties	(original)
+++ incubator/directory/rms/trunk/jdbc/project.properties	Fri Apr 30 18:27:03 2004
@@ -1,2 +1,8 @@
 maven.xdoc.jsl = file:/${basedir}/../../../sitedocs/trunk/src/etc/site.jsl
 maven.license.licenseFile = ../../../LICENSE.txt
+maven.repo.remote.enabled = true
+maven.repo.remote=http://cvs.apache.org/repository, http://www.apache.org/dist/avalon, http://www.dpml.net, http://ibiblio.org/maven, http://ldapd.sourceforge.net/maven/repository, http://ibiblio.org/maven
+maven.repo.central=minotaur.apache.org
+maven.repo.central.directory=/www/cvs.apache.org/repository
+maven.remote.group=apcvs
+

Modified: incubator/directory/rms/trunk/maven.xml
==============================================================================
--- incubator/directory/rms/trunk/maven.xml	(original)
+++ incubator/directory/rms/trunk/maven.xml	Fri Apr 30 18:27:03 2004
@@ -46,6 +46,19 @@
         ignoreFailures="false"/>
     </goal>
     
+  <goal
+      name="installall"
+      description="Compiles and installs all projects">
+      <maven:reactor
+        basedir="${basedir}"
+        postProcessing="true"
+        includes="**/project.xml"
+        excludes="project.xml,gui/ocmm/project.xml"
+        goals="jar:install"
+	banner="compile"
+        ignoreFailures="false"/>
+    </goal>
+    
     <!-- ALERT: This only does docs for project.xml file one layer deep -->
     <goal 
       name="sitedocs"