|
42 | 42 |
|
43 | 43 | <build> |
44 | 44 | <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> |
45 | 77 | <plugin> |
46 | 78 | <groupId>org.codehaus.mojo</groupId> |
47 | 79 | <artifactId>flatten-maven-plugin</artifactId> |
|
0 commit comments