Skip to content

thanhvc/etk-entity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engineering Toolkit Entity Engine

How to develop

  • Project dependencies:

    • junit-3.8.5 (test)
  • mvn dependency:tree

     
    

Prepare your environment

Use Apache Maven version 2.2.1 minimum. Version 3.x is recommended.

Or add the eXo platform repository in your maven settings (${HOME}/.m2/settings.xml) like this :

<settings>
  ....
  <profiles>
    <profile>
      <id>exo-public</id>
      <repositories>
        <repository>
          <id>exo-public</id>
          <url>http://repository.exoplatform.org/public</url>
        </repository>
      </repositories>
    </profile>
    ....
  </profiles>
  ....
  <activeProfiles>
    <activeProfile>exo-public</activeProfile>
    ....
  </activeProfiles>
  ....
</settings>

Default build

Use this command to build project:

mvn clean install

By default, it will run only unit tests.

To run integration tests you have two choices.

How to use this library

Sample code:

About

Engineering Toolkit Entity Engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages