From f5b09da204a2e2b7241a20334ac07dd6e7ced34a Mon Sep 17 00:00:00 2001 From: Wenjie Guo Date: Fri, 28 Feb 2025 10:51:24 +0800 Subject: [PATCH] Skip tests in release --- .../partyline/PartyLineCacheProviderConcurrentIOTest.java | 2 -- pom.xml | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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 + +