summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-12-06 13:29:34 +0100
committergjoranv <gv@oath.com>2018-12-06 14:19:09 +0100
commit0c666ee1804b87fdd6fd61e14eebb452fbda265a (patch)
treeff69030534bf34bdd100ab18082c210193671714 /container-search/pom.xml
parent9820f82abab66b045f6ce65c03477903180f61b4 (diff)
Remove javadoc excludes - javacc now generates legal javadoc.
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 2eb7b47c9db..234bdf45420 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -165,14 +165,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <!-- TODO: remove excludes if/when legal javadoc is generated by javacc -->
- <excludePackageNames>com.yahoo.search.grouping.request.parser:com.yahoo.search.query.textserialize.parser:com.yahoo.prelude.semantics.parser</excludePackageNames>
- </configuration>
- </plugin>
- <plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-javacc-maven-plugin</artifactId>
</plugin>