Repository: logging-log4j2 Updated Branches: refs/heads/master a71d29f2f -> 0a316f31b
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0a316f31 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0a316f31 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0a316f31 Branch: refs/heads/master Commit: 0a316f31b3e01804dfdb486bd7bda6b63b2894f4 Parents: a71d29f Author: Gary Gregory <[email protected]> Authored: Thu Jul 28 16:59:45 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu Jul 28 16:59:45 2016 -0700 ---------------------------------------------------------------------- .../log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0a316f31/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java index 90f6444..8995aa5 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java @@ -26,7 +26,11 @@ import org.junit.Ignore; * Requires that "mvn package" has been previously run, otherwise test fails its JUnit {@link Assume}. * </p> * <p> - * For example, on Windows: "mvn clean package -DskipTests & mvn test" + * For example, on Windows: {@code mvn clean package -DskipTests & mvn test} + * </p> + * <p> + * To only test this class: {@code mvn -pl log4j-core -DskipTests clean package & mvn -pl log4j-core + * -Dtest=EquinoxLoadCoreBundleTest test} * </p> */ @Ignore
