Repository: logging-log4j2 Updated Branches: refs/heads/master 0a316f31b -> 2acc3c210
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/2acc3c21 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2acc3c21 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2acc3c21 Branch: refs/heads/master Commit: 2acc3c210e4ec20fc03fe1ef8ef3bec2b5c81e9e Parents: 0a316f3 Author: Gary Gregory <[email protected]> Authored: Thu Jul 28 17:18:30 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu Jul 28 17:18:30 2016 -0700 ---------------------------------------------------------------------- .../logging/log4j/core/osgi/felix/FelixLoadCoreBundleTest.java | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2acc3c21/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/felix/FelixLoadCoreBundleTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/felix/FelixLoadCoreBundleTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/felix/FelixLoadCoreBundleTest.java index 524a0de..6b71487 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/felix/FelixLoadCoreBundleTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/felix/FelixLoadCoreBundleTest.java @@ -28,6 +28,10 @@ import org.junit.Ignore; * <p> * For example, on Windows: "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=FelixLoadCoreBundleTest test} + * </p> */ @Ignore public class FelixLoadCoreBundleTest extends AbstractFelixLoadBundleTest {
