Repository: logging-log4j2 Updated Branches: refs/heads/master d8a9cd49f -> 935cc1997
Parameterize versions of site build dependencies (and go back to 3.4.) Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/935cc199 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/935cc199 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/935cc199 Branch: refs/heads/master Commit: 935cc199753fc227841c89a5e22c2a3864d3679b Parents: d8a9cd4 Author: Gary Gregory <[email protected]> Authored: Wed Jan 17 13:33:03 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Jan 17 13:33:03 2018 -0700 ---------------------------------------------------------------------- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/935cc199/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 724f052..7ee72a4 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,11 @@ <scm.plugin.version>1.9.5</scm.plugin.version> <jxr.plugin.version>2.5</jxr.plugin.version> <clirr.plugin.version>2.8</clirr.plugin.version> - <site.plugin.version>3.7</site.plugin.version> + <!-- Maven site 3.7 uses the wrong stylesheet? --> + <site.plugin.version>3.4</site.plugin.version> + <!-- Maven site depends on Velocity and the escaping rules are different in newer versions. --> + <!-- See https://maven.apache.org/plugins/maven-site-plugin/migrate.html --> + <velocity.plugin.version>1.5</velocity.plugin.version> <remote.resources.plugin.version>1.5</remote.resources.plugin.version> <manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile> <maven.compiler.source>1.7</maven.compiler.source> @@ -1053,6 +1057,11 @@ <version>${site.plugin.version}</version> <dependencies> <dependency> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity</artifactId> + <version>${velocity.plugin.version}</version> + </dependency> + <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> <version>3.0.0</version>
