Dear Wiki user,

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

The following page has been changed by MatthieuRiou:
http://wiki.apache.org/ode/Building

------------------------------------------------------------------------------
  mvn install
  }}}
  
- This will compile and install all necessary artifacts in your local 
repository.
+ There's a lot of chances that at some point in your build you'll get an error 
like:
+ 
+ {{{
+ Missing:
+ ----------
+ 1) org.apache.ode:ode-dao-hibernate-db-derby:tar:2.0-SNAPSHOT
+ }}}
+ 
+ If so just execute the following commands:
+ 
+ {{{
+ cd dao-hibernate-db-derby
+ mvn install
+ cd ..
+ mvn install
+ }}}
+ 
+ This will force the missing module to build explicitly and will then resume 
the global build.
  
  = Running in Tomcat (with Axis2) =
  

Reply via email to