Project

General

Profile

Actions

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:

Setup Development Environment

Steps

  1. checkout the following projects from the repository:
    • mlm-union
    • ecosproxy
  2. cd to the mlm-union folder
    $ cd mlm-union
    
  3. 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
  4. if no error, continue to the following steps
  5. cd to the ecosproxy folder
    $ cd ecosproxy
  6. 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
  7. you may need to update Latest Stable Version section
  8. done

Updated by chin-yeh over 12 years ago · 6 revisions