Skip to content

Commit e730eae

Browse files
committed
#13 timestamp in javadoc
1 parent b8dcb5f commit e730eae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mapreduce/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<java.source>src/main/java</java.source>
3030
<javadocdir>${project.build.directory}/site/javadoc/apidocs</javadocdir>
3131
<!-- Properties related to JavaDoc -->
32-
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
33-
<javadoc.copyright.message>Copyright &amp;copy; ${thisyear} MarkLogic Corporation. All Rights Reserved.</javadoc.copyright.message>
32+
<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
33+
<javadoc.copyright.message>Copyright &amp;copy; ${date-string} MarkLogic Corporation. All Rights Reserved.</javadoc.copyright.message>
3434
<mapreduce.examples.dir>${java.source}/com/marklogic/mapreduce/examples</mapreduce.examples.dir>
3535
<mapreduce.javadoc.examples.dir>${javadocdir}/com/marklogic/mapreduce/examples/doc-files</mapreduce.javadoc.examples.dir>
3636
<mapreduce.javadoc.logging.props.dir>${javadocdir}/com/marklogic/mapreduce/doc-files</mapreduce.javadoc.logging.props.dir>
@@ -66,8 +66,8 @@
6666
<artifactId>maven-timestamp-plugin</artifactId>
6767
<version>1.0</version>
6868
<configuration>
69-
<propertyName>thisyear</propertyName>
70-
<timestampPattern>yyyy</timestampPattern>
69+
<propertyName>thisdate</propertyName>
70+
<timestampPattern>MMMM dd, yyyy</timestampPattern>
7171
</configuration>
7272
<executions>
7373
<execution>
@@ -148,7 +148,7 @@
148148
<Vendor>MarkLogic Corporation</Vendor>
149149
<Description>Hadoop Connector for Java</Description>
150150
<Build-Version>${version.number.string}</Build-Version>
151-
<Build-Data>${date-string}</Build-Data>
151+
<Build-Data>${thisdate}</Build-Data>
152152
</manifestEntries>
153153
</archive>
154154
</configuration>

0 commit comments

Comments
 (0)