diff --git a/caches/partyline/src/test/java/org/commonjava/maven/galley/cache/partyline/PartyLineCacheProviderConcurrentIOTest.java b/caches/partyline/src/test/java/org/commonjava/maven/galley/cache/partyline/PartyLineCacheProviderConcurrentIOTest.java index cc76876a7..674da372c 100644 --- a/caches/partyline/src/test/java/org/commonjava/maven/galley/cache/partyline/PartyLineCacheProviderConcurrentIOTest.java +++ b/caches/partyline/src/test/java/org/commonjava/maven/galley/cache/partyline/PartyLineCacheProviderConcurrentIOTest.java @@ -32,7 +32,6 @@ import org.jboss.byteman.contrib.bmunit.BMScript; import org.jboss.byteman.contrib.bmunit.BMUnitConfig; import org.junit.Before; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; @@ -51,7 +50,6 @@ import static org.hamcrest.MatcherAssert.assertThat; import static org.junit.Assert.fail; -@Ignore @RunWith( org.jboss.byteman.contrib.bmunit.BMUnitRunner.class ) @BMUnitConfig( loadDirectory = "target/test-classes/bmunit", debug = true ) public class PartyLineCacheProviderConcurrentIOTest diff --git a/pom.xml b/pom.xml index 3c4b8aecd..5146c57d4 100644 --- a/pom.xml +++ b/pom.xml @@ -437,6 +437,13 @@ -Djdk.attach.allowAttachSelf=true + + maven-release-plugin + + true + -DskipTests + +