Repository: logging-log4j2 Updated Branches: refs/heads/master c608e1512 -> ab58a6d69
Slight refactoring to make testing and debugging Surefire easier. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ab58a6d6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ab58a6d6 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ab58a6d6 Branch: refs/heads/master Commit: ab58a6d69480b26407c6b5f199abc9ac801ab189 Parents: c608e15 Author: Gary Gregory <[email protected]> Authored: Tue Dec 2 10:01:29 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Tue Dec 2 10:01:29 2014 -0500 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ab58a6d6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 293e729..19f68ad 100644 --- a/pom.xml +++ b/pom.xml @@ -175,6 +175,7 @@ <javadoc.plugin.version>2.10.1</javadoc.plugin.version> <!-- surefire.plugin.version 2.18 yields http://jira.codehaus.org/browse/SUREFIRE-1121 --> <surefire.plugin.version>2.17</surefire.plugin.version> + <failsafe.plugin.version>2.17</failsafe.plugin.version> <checkstyle.plugin.version>2.13</checkstyle.plugin.version> <rat.plugin.version>0.11</rat.plugin.version> <pdf.plugin.version>1.2</pdf.plugin.version> @@ -199,6 +200,14 @@ <id>apache</id> <url>https://repository.apache.org/content/repositories/releases/</url> </pluginRepository> +<!-- <pluginRepository> --> +<!-- <id>apache.snapshots</id> --> +<!-- <name>Apache snapshots repository</name> --> +<!-- <url>http://repository.apache.org/content/groups/snapshots</url> --> +<!-- <snapshots> --> +<!-- <enabled>true</enabled> --> +<!-- </snapshots> --> +<!-- </pluginRepository> --> </pluginRepositories> <dependencyManagement> <dependencies> @@ -749,7 +758,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>${surefire.plugin.version}</version> + <version>${failsafe.plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -866,7 +875,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>${surefire.plugin.version}</version> + <version>${failsafe.plugin.version}</version> <executions> <execution> <id>integration-tests</id>
