Project

General

Profile

Actions

Documentation

Compile from source files

All of the projects are built and maintained using Maven 2.

Those projects can be imported into Eclipse IDE but the m2 Maven plugin is needed.

The source files are stored in:

SCM

Prerequisite:
  • Eclipse IDE
  • Apache Maven 2

Below is the steps to create development and production jar ,

Development
  1. Right click on the pom.xml, Run As --> Maven clean.
  2. Right click on the pom.xml, Run As --> Maven package.
Production
  1. Right click on the pom.xml, Run As --> Maven clean.
  2. Right click on the pom.xml, Run As --> Run Configuration...
  3. Right click on Maven Build --> New
  4. Name : cp-client
    Base Directory : ${workspace_loc:/cp-client}
    Goal : package
    Profiles : prod
    Click on Run Button.

Updated by Soh Keong almost 12 years ago ยท 1 revisions