diff options
-rw-r--r-- | modules/parent/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/parent/pom.xml b/modules/parent/pom.xml index 54641957..0e5ba9d0 100644 --- a/modules/parent/pom.xml +++ b/modules/parent/pom.xml @@ -41,7 +41,9 @@ <artifactId>clojure-maven-plugin</artifactId> <version>1.3.3</version> <configuration> - <compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly> + <namespaces> + <namespace>!clojure\.contrib\.javadoc</namespace> + </namespaces> </configuration> <executions> <execution> |