Skip to content

huangp/entityunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple tool to make JPA entities for testing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages