summaryrefslogtreecommitdiff
path: root/bkucommon/pom.xml
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-05-07 14:54:05 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-05-07 14:54:05 +0000
commitb43405cdb052201de6ef66d44e473cb74c55d4b0 (patch)
tree255834ca283d9876a6ed8dce4c96312d2d083333 /bkucommon/pom.xml
parent05f3154d9f0f78646a8b2b51593e7ebdbac9faca (diff)
downloadmocca-b43405cdb052201de6ef66d44e473cb74c55d4b0.tar.gz
mocca-b43405cdb052201de6ef66d44e473cb74c55d4b0.tar.bz2
mocca-b43405cdb052201de6ef66d44e473cb74c55d4b0.zip
Updated project documentation.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@730 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon/pom.xml')
-rw-r--r--bkucommon/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml
index 1dbc8078..467e1ca9 100644
--- a/bkucommon/pom.xml
+++ b/bkucommon/pom.xml
@@ -135,4 +135,19 @@
<scope>compile</scope>
</dependency>
</dependencies>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <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>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
</project> \ No newline at end of file