Skip to content

Commit cada6fb

Browse files
committed
Merge branch 'release/2.0.0'
2 parents 55d7709 + fe6ede2 commit cada6fb

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

domino-rest-test-java17/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@
8181
<moduleShortName>dominorestshared</moduleShortName>
8282
</configuration>
8383
</plugin>
84-
<plugin>
85-
<groupId>org.sonatype.central</groupId>
86-
<artifactId>central-publishing-maven-plugin</artifactId>
87-
<configuration>
88-
<skipPublishing>true</skipPublishing>
89-
</configuration>
90-
</plugin>
9184
</plugins>
9285
</build>
9386
</project>

domino-rest-test/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,6 @@
7373
<moduleShortName>dominorestshared</moduleShortName>
7474
</configuration>
7575
</plugin>
76-
<plugin>
77-
<groupId>org.sonatype.central</groupId>
78-
<artifactId>central-publishing-maven-plugin</artifactId>
79-
<configuration>
80-
<skipPublishing>true</skipPublishing>
81-
</configuration>
82-
</plugin>
8376
</plugins>
8477
</build>
8578
</project>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,11 @@
366366
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
367367
<publishingServerId>central</publishingServerId>
368368
<autoPublish>false</autoPublish>
369+
<excludeArtifacts>
370+
<excludeArtifact>domino-rest-client-test</excludeArtifact>
371+
<excludeArtifact>domino-rest-test</excludeArtifact>
372+
<excludeArtifact>domino-rest-test-java17</excludeArtifact>
373+
</excludeArtifacts>
369374
</configuration>
370375
</plugin>
371376
<plugin>

0 commit comments

Comments
 (0)