|
30 | 30 | </developer> |
31 | 31 | </developers> |
32 | 32 |
|
33 | | - <distributionManagement> |
34 | | - <snapshotRepository> |
35 | | - <id>ossrh</id> |
36 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
37 | | - </snapshotRepository> |
38 | | - <repository> |
39 | | - <id>ossrh</id> |
40 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
41 | | - </repository> |
42 | | - </distributionManagement> |
43 | | - |
44 | 33 | <build> |
45 | | - <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> |
| 34 | + <pluginManagement> |
46 | 35 | <plugins> |
47 | 36 | <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> |
48 | 37 | <plugin> |
|
70 | 59 | <artifactId>maven-install-plugin</artifactId> |
71 | 60 | <version>${org.apache.maven.install.version}</version> |
72 | 61 | </plugin> |
73 | | - <plugin> |
74 | | - <artifactId>maven-deploy-plugin</artifactId> |
75 | | - <version>${org.apache.maven.deploy.version}</version> |
76 | | - </plugin> |
77 | 62 | <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> |
78 | 63 | <plugin> |
79 | 64 | <artifactId>maven-site-plugin</artifactId> |
|
136 | 121 | </execution> |
137 | 122 | </executions> |
138 | 123 | </plugin> |
139 | | - <plugin> |
140 | | - <groupId>org.sonatype.plugins</groupId> |
141 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
142 | | - <version>${org.sonatype.nexus.staging.maven.version}</version> |
143 | | - <extensions>true</extensions> |
144 | | - <configuration> |
145 | | - <serverId>ossrh</serverId> |
146 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
147 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
148 | | - </configuration> |
149 | | - </plugin> |
150 | 124 | </plugins> |
151 | 125 | </pluginManagement> |
152 | 126 | <plugins> |
|
158 | 132 | <target>8</target> |
159 | 133 | </configuration> |
160 | 134 | </plugin> |
| 135 | + <plugin> |
| 136 | + <groupId>org.sonatype.central</groupId> |
| 137 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 138 | + <version>0.7.0</version> |
| 139 | + <extensions>true</extensions> |
| 140 | + <configuration> |
| 141 | + <publishingServerId>central</publishingServerId> |
| 142 | + <autoPublish>false</autoPublish> |
| 143 | + </configuration> |
| 144 | + </plugin> |
161 | 145 | </plugins> |
162 | 146 | </build> |
163 | 147 |
|
|
219 | 203 | <goals> |
220 | 204 | <goal>sign</goal> |
221 | 205 | </goals> |
| 206 | + <configuration> |
| 207 | + <keyname>opensource@mindee.co</keyname> |
| 208 | + </configuration> |
222 | 209 | </execution> |
223 | 210 | </executions> |
224 | 211 | </plugin> |
|
405 | 392 | <org.apache.httpcomponents.httpmime.version>4.5.14</org.apache.httpcomponents.httpmime.version> |
406 | 393 | <org.apache.maven.clean.version>3.1.0</org.apache.maven.clean.version> |
407 | 394 | <org.apache.maven.compiler.version>3.12.1</org.apache.maven.compiler.version> |
408 | | - <org.apache.maven.deploy.version>3.1.1</org.apache.maven.deploy.version> |
409 | 395 | <org.apache.maven.failsafe.version>3.3.0</org.apache.maven.failsafe.version> |
410 | 396 | <org.apache.maven.gpg.version>1.5</org.apache.maven.gpg.version> |
411 | 397 | <org.apache.maven.install.version>2.5.2</org.apache.maven.install.version> |
|
426 | 412 | <org.projectlombok.lombok-mapstruct-binding.version>0.2.0</org.projectlombok.lombok-mapstruct-binding.version> |
427 | 413 | <org.projectlombok.version>1.18.32</org.projectlombok.version> |
428 | 414 | <org.slf4j.version>2.0.17</org.slf4j.version> |
429 | | - <org.sonatype.nexus.staging.maven.version>1.6.12</org.sonatype.nexus.staging.maven.version> |
430 | 415 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
431 | 416 | <wiremock.version>2.27.2</wiremock.version> |
432 | 417 | </properties> |
|
0 commit comments