MVN

com.github.zeger-tak : envers-validation-maven-plugin

Maven & Gradle

Oct 25, 2019
3 stars

Envers validation Maven plugin · This is a Maven plugin that allows for easy validation of database auditing with Hibernate and is intended to be used by projects that do not always rely on Envers to create the audit history.

<plugin>
    <groupId>com.github.zeger-tak</groupId>
    <artifactId>envers-validation-maven-plugin</artifactId>
    <version>0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zeger-tak : envers-validation-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of com.github.zeger-tak : envers-validation-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6
envers-validation-maven-plugin-0.6
0.5
envers-validation-maven-plugin-0.5
0.4
envers-validation-maven-plugin-0.4
0.3
envers-validation-maven-plugin-0.3
0.2
envers-validation-maven-plugin-0.2
0.1
envers-validation-maven-plugin-0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.zeger-tak</groupId>
    <artifactId>envers-validation-maven-plugin</artifactId>
    <version>0.6</version>
</plugin>