summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b56708b..2f0c213 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,21 @@
<build>
<defaultGoal>install</defaultGoal>
+ <plugins>
+<!--
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-docck-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+-->
+ </plugins>
</build>
<reporting>