diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-08-08 15:07:04 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-08-08 15:07:04 +0000 |
| commit | b13244b9e532ccea980d9a32d2d782e9d813b164 (patch) | |
| tree | 5f99d031fed05d9c65786e7894a48d625c14f93b /qpid/java/common | |
| parent | 53665e4b51e16918dc75a01270d9892a7f419d85 (diff) | |
| download | qpid-python-b13244b9e532ccea980d9a32d2d782e9d813b164.tar.gz | |
QPID-5980: revert exclusion of selector parser from javadoc run, it is only emitting warnings
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common')
| -rw-r--r-- | qpid/java/common/pom.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml index 3ee3723989..e3cf9cadd7 100644 --- a/qpid/java/common/pom.xml +++ b/qpid/java/common/pom.xml @@ -52,7 +52,7 @@ </dependency> </dependencies> - + <build> <testResources> <testResource> @@ -66,18 +66,6 @@ </testResource> </testResources> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <!--JavaCC generated selector parser contains lots of incomplete JavaDoc, and lives in this package --> - <excludePackageNames>org.apache.qpid.filter.selector</excludePackageNames> - </configuration> - </plugin> - </plugins> - </pluginManagement> - <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> |
