Actions
Deploy ecosway-adaptor » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
chin-yeh, 11/25/2010 11:21 AM
Deploy ecosway-adaptor¶
See also Build components from sources
Before continue, please prepare the following information:- module or component name, e.g. ecwyadaptor
- module or component version, e.g. 1.0-SNAPSHOT
- the SVN URL, e.g. http://192.168.2.13:50000/svn/qconnector/tags/{module_name}_{module_version}/{module_name}
Component name: ecosway-adaptor
Component version: x.x.x-x (see Documentation to get the latest released version)
SVN URL: http://192.168.2.13:50000/svn/qconnector/tags/ecosway-adaptor_{component_version}/ecosway-adaptor
- checkout the project from SVN
$ svn co http://192.168.2.13:50000/svn/qconnector/tags/build-ecosway-adaptor_{component_version}/ecosway-adaptor
cd
to the checkout-ed folder, ecosway-adaptor$ cd ecosway-adaptor
- execute the maven command to compile and build the module:
- if deploy to jboss 4.2.x
$ mvn clean package
- if deploy to jboss 4.0.x
$ mvn -P jboss-4.0 clean package
- Note: You could skip the unit tests but strongly not recommended:
- if deploy to jboss 4.2.x
$ mvn -Dmaven.test.skip=true clean package
- if deploy to jboss 4.0.x
$ mvn -Dmaven.test.skip=true -P jboss-4.0 clean package
- if deploy to jboss 4.2.x
- if deploy to jboss 4.2.x
- if no error, the binary file of the module can be found in target directory
- upload the following files to target server, e.g. e.g usstore/WEB-INF/lib:
- ecosway-adaptor.jar
- all of the files in the folder dist
- restart the jboss
- done
Updated by chin-yeh about 14 years ago · 3 revisions