Actions
Build from source files » History » Revision 5
« Previous |
Revision 5/6
(diff)
| Next »
chin-yeh, 02/09/2012 11:32 AM
- Table of contents
- Build from source files
Build from source files¶
Required: This section describes how to build and deploy the following components to Nexus:If build using
Eclipse
, refer to this link to setup the environment:
Steps¶
- checkout the following projects from the repository:
- mlm-union
- ecosproxy
cd
to the mlm-union folder$ cd mlm-union
- execute the Maven goal, clean and deploy
$ mvn clean deploy
- You could skip the unit tests but it's strongly not recommended:
$ mvn -Dmaven.test.skip=true clean deploy
- You could skip the unit tests but it's strongly not recommended:
- if no error, continue to the following steps
cd
to the ecosproxy folder$ cd ecosproxy
- execute the Maven goal, clean and deploy
$ mvn clean deploy
- You could skip the unit tests but it's strongly not recommended:
$ mvn -Dmaven.test.skip=true clean deploy
- You could skip the unit tests but it's strongly not recommended:
- done
Updated by chin-yeh almost 13 years ago · 5 revisions