Skip to content

Commit 85f67f5

Browse files
committed
1
1 parent cc93c60 commit 85f67f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

driver-tests/osgi/unshaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<version>3.11.5.8-SNAPSHOT</version>
2626
</parent>
2727

28-
<artifactId>cassandra-driver-tests-osgi-unshaded</artifactId>
28+
<artifactId>scylla-driver-tests-osgi-unshaded</artifactId>
2929
<name>Java Driver for Scylla and Apache Cassandra Tests - OSGi - Unshaded</name>
3030
<description>A test for the unshaded Java Driver in an OSGi container.</description>
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@
899899
<extensions>true</extensions>
900900
<configuration>
901901
<publishingServerId>central</publishingServerId>
902-
<excludeArtifacts>scylla-driver-tests-parent,scylla-driver-dist,scylla-driver-examples</excludeArtifacts>
902+
<excludeArtifacts>scylla-driver-tests-parent,scylla-driver-tests-osgi,scylla-driver-tests-osgi-shaded,scylla-driver-tests-shading,scylla-driver-tests-shading-shaded,scylla-driver-tests-shading-unshaded,scylla-driver-tests-osgi-unshaded,scylla-driver-tests-stress,scylla-driver-dist,scylla-driver-examples</excludeArtifacts>
903903
<autoPublish>${release.autopublish}</autoPublish>
904904
<waitUntil>validated</waitUntil>
905905
</configuration>

0 commit comments

Comments
 (0)