Skip to content

Commit 051390e

Browse files
author
cgreer
committed
bug:21705 javadoc title version
git-svn-id: svn+ssh://svn.marklogic.com/project/engsvn/client-api/java/branches/b1_0@142108 62cac252-8da6-4816-9e9d-6dc37b19578c
1 parent 571a0ce commit 051390e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<name>client-api-java</name>
99
<url>http://developer.marklogic.com</url>
1010
<properties>
11+
<javadoc-title>${project.name} 1.0 ${maven.build.timestamp}</javadoc-title>
12+
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
1113
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1214
</properties>
1315
<build>
@@ -33,6 +35,7 @@
3335
</links>
3436
<overview>${basedir}/src/main/javadoc/overview.html</overview>
3537
<show>public</show>
38+
<doctitle>${javadoc-title}</doctitle>
3639
<use/>
3740
</configuration>
3841
<executions>

0 commit comments

Comments
 (0)