|
1 | 1 | <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"> |
2 | 2 | <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> |
4 | 8 | <artifactId>rest-assured-bom</artifactId> |
5 | 9 | <version>5.5.5-SNAPSHOT</version> |
6 | 10 | <packaging>pom</packaging> |
|
42 | 46 |
|
43 | 47 | <build> |
44 | 48 | <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> |
77 | 49 | <plugin> |
78 | 50 | <groupId>org.codehaus.mojo</groupId> |
79 | 51 | <artifactId>flatten-maven-plugin</artifactId> |
|
0 commit comments