We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115c279 commit 19efc5aCopy full SHA for 19efc5a
annotation-processor/pom.xml
@@ -18,6 +18,7 @@
18
<artifactId>hibernate-validator-annotation-processor</artifactId>
19
20
<name>Hibernate Validator Annotation Processor</name>
21
+ <description>Annotation Processor to detect incorrect usage of constraint annotations.</description>
22
23
<properties>
24
<!-- This is a publicly distributed module that should be published: -->
test-utils/pom.xml
@@ -16,6 +16,7 @@
16
<artifactId>hibernate-validator-test-utils</artifactId>
17
<name>Hibernate Validator Test Utils</name>
+ <description>Set of test utilities that can help testing custom constraints.</description>
0 commit comments