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.
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