如何编译 Exo platform

类别:Java 点击:0 评论:0 推荐:

To build the exoplatform from the src
 
(If you can't connect to the www.ibiblio.org/maven to get the repository's jars,then make a new file named build.properties in the current dir,writed with
maven.proxy.host = 211.147.*.*
maven.proxy.port = 8080)

* Go to maven-plugins/exo, run maven plugin:install(If you reinstall, you may need to delete
   $MAVEN_HOME/plugins/maven-exo-plugins-1.0.jar before install
 
 
* Go to exo-build, edit the build.properties file according to your env, copy that file to your
   $HOME directory
 
 
* Run  maven multiproject:install

 
* Run "maven exo" for latest help instructions from the maven exo plugin (Optional)

 
* Run maven exo:platform:deploy

 
* For jboss deployment, You need to run maven patch-jboss in exo-build to modify the jboss
   configuration. Actually the command copy all the files in exo-buid/src/exo-jboss to your jboss

本文地址:http://com.8s8s.com/it/it15274.htm