Skip to content

Commit e75c4c4

Browse files
committed
[ci skip] Using parent pom in bom
1 parent beb3ceb commit e75c4c4

1 file changed

Lines changed: 5 additions & 33 deletions

File tree

rest-assured-bom/pom.xml

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>io.rest-assured</groupId>
3+
<parent>
4+
<groupId>io.rest-assured</groupId>
5+
<artifactId>rest-assured-parent</artifactId>
6+
<version>5.5.5-SNAPSHOT</version>
7+
</parent>
48
<artifactId>rest-assured-bom</artifactId>
59
<version>5.5.5-SNAPSHOT</version>
610
<packaging>pom</packaging>
@@ -42,38 +46,6 @@
4246

4347
<build>
4448
<plugins>
45-
<plugin>
46-
<!-- See docs here https://central.sonatype.org/publish/publish-portal-maven -->
47-
<groupId>org.sonatype.central</groupId>
48-
<artifactId>central-publishing-maven-plugin</artifactId>
49-
<version>0.7.0</version>
50-
<extensions>true</extensions>
51-
<configuration>
52-
<publishingServerId>central</publishingServerId>
53-
<excludeArtifacts>
54-
<!-- Examples -->
55-
<excludeArtifact>example-parent</excludeArtifact>
56-
<excludeArtifact>scalatra-example</excludeArtifact>
57-
<excludeArtifact>scalatra-webapp</excludeArtifact>
58-
<excludeArtifact>rest-assured-itest-java</excludeArtifact>
59-
<excludeArtifact>spring-mvc-webapp</excludeArtifact>
60-
<excludeArtifact>scala-example</excludeArtifact>
61-
<excludeArtifact>scala-mock-mvc-example</excludeArtifact>
62-
<excludeArtifact>kotlin-example</excludeArtifact>
63-
<excludeArtifact>scala3-example</excludeArtifact>
64-
<!-- Dist -->
65-
<excludeArtifact>dist</excludeArtifact>
66-
<excludeArtifact>dist-rest-assured</excludeArtifact>
67-
<excludeArtifact>dist-json-path</excludeArtifact>
68-
<excludeArtifact>dist-xml-path</excludeArtifact>
69-
<excludeArtifact>dist-json-schema-validator</excludeArtifact>
70-
<excludeArtifact>dist-spring-mock-mvc</excludeArtifact>
71-
<excludeArtifact>dist-spring-web-test-client</excludeArtifact>
72-
<excludeArtifact>dist-scala-support</excludeArtifact>
73-
<excludeArtifact>dist-kotlin-extensions</excludeArtifact>
74-
</excludeArtifacts>
75-
</configuration>
76-
</plugin>
7749
<plugin>
7850
<groupId>org.codehaus.mojo</groupId>
7951
<artifactId>flatten-maven-plugin</artifactId>

0 commit comments

Comments
 (0)