Skip to content

Commit e57d8fd

Browse files
committed
1
1 parent 85f67f5 commit e57d8fd

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

pom.xml

Lines changed: 1 addition & 29 deletions
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-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>
902+
<excludeArtifacts>scylla-driver-tests-parent,scylla-driver-tests-osgi,scylla-driver-tests-osgi-common,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>
@@ -909,34 +909,6 @@
909909
</build>
910910

911911
<profiles>
912-
913-
<profile>
914-
<id>release-sign-artifacts</id>
915-
<activation>
916-
<property>
917-
<name>performRelease</name>
918-
<value>true</value>
919-
</property>
920-
</activation>
921-
<build>
922-
<plugins>
923-
<plugin>
924-
<groupId>org.apache.maven.plugins</groupId>
925-
<artifactId>maven-gpg-plugin</artifactId>
926-
<executions>
927-
<execution>
928-
<id>sign-artifacts</id>
929-
<phase>verify</phase>
930-
<goals>
931-
<goal>sign</goal>
932-
</goals>
933-
</execution>
934-
</executions>
935-
</plugin>
936-
</plugins>
937-
</build>
938-
</profile>
939-
940912
<profile>
941913
<id>short</id>
942914
<properties>

0 commit comments

Comments
 (0)