You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by Apache Wiki <wi...@apache.org> on 2009/12/16 15:18:19 UTC

[Ode Wiki] Update of "MavenBuildDesignApacheODE" by jeffyuchang

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ode Wiki" for change notification.

The "MavenBuildDesignApacheODE" page has been changed by jeffyuchang.
http://wiki.apache.org/ode/MavenBuildDesignApacheODE?action=diff&rev1=2&rev2=3

--------------------------------------------------

   * One master pom file containing globally applicable settings (reporsitories etc), child poms with the specifics of each of the submodule.
   * Example setups: [[http://ws.apache.org/juddi/|jUDDI]], which other ones?
   * Using cargo for integration tests.
+ 
+ source code repository: https://svn.jboss.org/repos/riftsaw/branches/ODE/ODE-2.0-maven/
  
  (Exisiting) Build Functionality in each Module
  
@@ -20, +22 @@

   * bpel-dao
   * bpel-obj
   * bpel-ql
-  * bpel-schemas
+  * bpel-schemas  - (working on, Jeff Yu)
   * bpel-scripts
   * bpel-store
   * bpel-test
@@ -33, +35 @@

   * engine
   * extensions
   * il-common
-  * jacob
-  * jacob-ap
+  * jacob  - (Done by Jeff Yu)
+  * jacob-ap  - (Done by Jeff Yu)
   * jbi
   * jca-ra
   * jca-rar
@@ -43, +45 @@

   * scheduler-simple
   * tasks
   * tools
-  * utils
+  * utils   - (Done by Jeff Yu)
+  * parent module. - (Done by Jeff Yu)