hibernate4-maven-plugin
11 years agoAddes a license
Kai Moritz [Tue, 27 Nov 2012 18:04:58 +0000 (19:04 +0100)]
Addes a license

11 years agoAttribute "skip" is no initialized with value of property maven.test.skip
Kai Moritz [Sat, 20 Oct 2012 13:55:30 +0000 (15:55 +0200)]
Attribute "skip" is no initialized with value of property maven.test.skip

If one runs hibernate4:export with the switch "-Dmaven.test.skip=true", the
configured database was droped, although the execution of the tests was
skipped.

This might lead to serious data-loss, if one builds a project on the
production-machine. Hence, the excecution of hibernate4:export is aborted
now, if maven.test.skip is true.

11 years agoAdded Sonatype-Parent-POM and uploaded SNAPSHOT
Kai Moritz [Wed, 5 Sep 2012 23:08:01 +0000 (01:08 +0200)]
Added Sonatype-Parent-POM and uploaded SNAPSHOT

See:
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-7a.DeploySnapshotsandStageReleaseswithMaven

11 years agoAddes SCM-information in POM
Kai Moritz [Tue, 28 Aug 2012 22:31:00 +0000 (00:31 +0200)]
Addes SCM-information in POM

11 years agoImplementd maven-plugin "Hibernate 4"
Kai Moritz [Sun, 20 Jun 2010 18:17:07 +0000 (20:17 +0200)]
Implementd maven-plugin "Hibernate 4"