Actions
- 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:
- you may need to update Latest Stable Version section
- done
Updated by chin-yeh almost 13 years ago · 6 revisions