Repository: logging-log4j2 Updated Branches: refs/heads/master 8f692cafe -> 1bcf0491c
Simplify reports config with existing properties. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f129d7d6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f129d7d6 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f129d7d6 Branch: refs/heads/master Commit: f129d7d6038d112ea1a97684e32ce87aa0a6a8b6 Parents: 8f692ca Author: Matt Sicker <[email protected]> Authored: Sat Aug 30 18:07:03 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Aug 30 18:07:03 2014 -0500 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f129d7d6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 29b05af..9e2e892 100644 --- a/pom.xml +++ b/pom.xml @@ -910,9 +910,10 @@ </reportSet> </reportSets> <configuration> - <webAccessUrl>https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary</webAccessUrl> - <anonymousConnection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j2.git</anonymousConnection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j2.git</developerConnection> + <!-- you'd think these would be the defaults, right? --> + <webAccessUrl>${project.scm.url}</webAccessUrl> + <anonymousConnection>${project.scm.connection}</anonymousConnection> + <developerConnection>${project.scm.developerConnection}</developerConnection> </configuration> </plugin> <!-- Surefire report -->
