summaryrefslogtreecommitdiff
path: root/bkucommon
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-05-19 09:18:16 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-05-19 09:18:16 +0000
commit11aa4426886d68213226ed82c84202b05d773eda (patch)
tree63c5720dca0c7f4f692bf5a29cec588333609bbe /bkucommon
parent7ed906fc244432b0b46260566c06c9b1174f4176 (diff)
downloadmocca-11aa4426886d68213226ed82c84202b05d773eda.tar.gz
mocca-11aa4426886d68213226ed82c84202b05d773eda.tar.bz2
mocca-11aa4426886d68213226ed82c84202b05d773eda.zip
Extended documentation.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@739 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon')
-rw-r--r--bkucommon/pom.xml14
-rw-r--r--bkucommon/src/site/apt/configuration.apt4
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>>>