diff options
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/perftests/src/main/java/org/apache/qpid/disttest/ConfigFileHelper.java | 2 | ||||
| -rw-r--r-- | qpid/java/qpid-systests-parent/pom.xml | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/ConfigFileHelper.java b/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/ConfigFileHelper.java index ee374e180d..a465813159 100644 --- a/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/ConfigFileHelper.java +++ b/qpid/java/perftests/src/main/java/org/apache/qpid/disttest/ConfigFileHelper.java @@ -27,7 +27,7 @@ public class ConfigFileHelper { /** * Returns absolute paths to the config file(s). - * <p/> + * <p> * If testConfigPath is a directory, its .js and .json files are returned. * Otherwise, the returned list just contains testConfigPath. */ diff --git a/qpid/java/qpid-systests-parent/pom.xml b/qpid/java/qpid-systests-parent/pom.xml index ce31f5d1a9..c2b1dfd6a9 100644 --- a/qpid/java/qpid-systests-parent/pom.xml +++ b/qpid/java/qpid-systests-parent/pom.xml @@ -229,6 +229,13 @@ </configuration> </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <!--The systests arent currently deployed, and their javadoc is rather broken anyway --> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build> |
