[BEAM-2727] Disable timestamps from the Javadoc generation This makes the javadoc reproducible.
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/c58c42cc Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/c58c42cc Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/c58c42cc Branch: refs/heads/master Commit: c58c42cc978c7ee1f66d708b55eb9fcd6478e912 Parents: a72b628 Author: Ismaël MejÃa <[email protected]> Authored: Mon Aug 21 17:19:59 2017 +0200 Committer: Ismaël MejÃa <[email protected]> Committed: Tue Aug 22 09:52:45 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/c58c42cc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 29f329f..5fd1297 100644 --- a/pom.xml +++ b/pom.xml @@ -1416,6 +1416,7 @@ <doctitle>Apache Beam SDK for Java, version ${project.version}</doctitle> <use>false</use> <quiet>true</quiet> + <notimestamp>true</notimestamp> </configuration> </plugin>
