diff options
Diffstat (limited to 'bkucommon')
-rw-r--r-- | bkucommon/pom.xml | 14 | ||||
-rw-r--r-- | bkucommon/src/site/apt/configuration.apt | 4 |
2 files changed, 12 insertions, 6 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index dffde75d..b8f1b1b0 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -142,11 +142,17 @@ <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <configuration> - <doctitle>${project.name} API ${project.version}</doctitle> - <windowtitle>${project.name} API ${project.version}</windowtitle> - <testDoctitle>${project.name} Test API ${project.version}</testDoctitle> - <testWindowtitle>${project.name} Test API ${project.version}</testWindowtitle> + <quiet>true</quiet> + <detectOfflineLinks>false</detectOfflineLinks> </configuration> + <reportSets> + <reportSet> + <id>non-aggregate</id> + <reports> + <report>javadoc</report> + </reports> + </reportSet> + </reportSets> </plugin> </plugins> </reporting> diff --git a/bkucommon/src/site/apt/configuration.apt b/bkucommon/src/site/apt/configuration.apt index cf1d384d..9ae662f7 100644 --- a/bkucommon/src/site/apt/configuration.apt +++ b/bkucommon/src/site/apt/configuration.apt @@ -1,4 +1,4 @@ - --- + --- Configuration --- EGIZ @@ -70,7 +70,7 @@ MOCCA Configuration NOTE: Do not enable the following two options in production environments! - [<<<disableHostnameVerification>>>] May be set to <<<true>>> disable verification of the server host name given in the server's certificate. + [<<<disableHostnameVerification>>>] May be set to <<<true>>> to disable verification of the server host name given in the server's certificate. Default: <<<false>>> |