Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 582 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 582 Bytes

Entity Unit

Simple tool to make JPA entities for testing.

To use it:

<dependency>
  <groupId>com.github.huangp</groupId>
  <artifactId>entityunit</artifactId>
  <version>${entityunit.version}</version>
  <scope>test</scope>
</dependency>

See https://github.com/huangp/entityunit/wiki for more information.

release

Refer to http://central.sonatype.org/pages/apache-maven.html

mvn versions:set -DnewVersion=1.2.3
git tag entityunit-1.2.3
git push --tags
# check settings.xml for sonatype credentials and gpg passphrase
mvn clean deploy