Skip to content

Commit

Permalink
Revert "#330 Missing documentation about JSR-303"
Browse files Browse the repository at this point in the history
This reverts commit 8a121c1.
  • Loading branch information
Maxim Kornienko committed Jan 8, 2015
1 parent 54e862c commit f0417a6
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions qulice-maven-plugin/src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -94,36 +94,6 @@ are met: no conditions.
*/
+--

* JSR-303 validations

In case you would like to use JSR-303 validations in your code or get annoyed by logs like:

+--
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
+--

just add your favourite implementation to plugin dependency:

+--
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
...
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.0.0.Final</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
+--

* Multi-Module Setup

In a multi-module setup we recommend you to move all supplementary
Expand Down

0 comments on commit f0417a6

Please sign in to comment.