Override for generating correct filenames (web site download page).
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/ae5f18ef Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/ae5f18ef Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/ae5f18ef Branch: refs/heads/master Commit: ae5f18ef4132e7d04373dcefcde89cc0d2e0a12c Parents: be7acea Author: Gilles <er...@apache.org> Authored: Tue Nov 29 00:24:49 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Tue Nov 29 00:24:49 2016 +0100 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/ae5f18ef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9798988..d01bfd9 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,13 @@ <!-- Override default buildNumber timestamp format, needed for coveralls plugin --> <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat> + + <!-- + Override so that "mvn commons:download-page" will generates a web page + referring to the files created by the "dist-archive" module. + Temporary workaround? + --> + <commons.release.name>commons-rng-${project.version}</commons.release.name> </properties> <build>