如何编译 Exo platform

来源:互联网 发布:java添加空格代码 编辑:程序博客网 时间:2024/04/27 22:05

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



Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=112386


原创粉丝点击