|
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/xsd/maven-4.0.0.xsd"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | 4 | <modelVersion>4.0.0</modelVersion> |
3 | 5 |
|
4 | 6 | <groupId>io.scalecube</groupId> |
|
55 | 57 | <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> |
56 | 58 | <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
57 | 59 | <versions-maven-plugin.version>2.7</versions-maven-plugin.version> |
| 60 | + <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
| 61 | + <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
58 | 62 |
|
59 | 63 | <!-- check style configuration --> |
60 | 64 | <checkstyle.config.location>google_checks.xml</checkstyle.config.location> |
|
192 | 196 | <releaseProfiles>release</releaseProfiles> |
193 | 197 | <tagNameFormat>release-@{project.version}</tagNameFormat> |
194 | 198 | <goals>deploy</goals> |
195 | | - <username>${env.GITHUB_ACTOR}</username> |
196 | | - <password>${env.GITHUB_TOKEN}</password> |
| 199 | + <!-- <username>${env.GITHUB_ACTOR}</username>--> |
| 200 | + <!-- <password>${env.GITHUB_TOKEN}</password>--> |
| 201 | + </configuration> |
| 202 | + </plugin> |
| 203 | + <plugin> |
| 204 | + <groupId>org.sonatype.plugins</groupId> |
| 205 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 206 | + <version>${nexus-staging-maven-plugin.version}</version> |
| 207 | + <extensions>true</extensions> |
| 208 | + <configuration> |
| 209 | + <serverId>ossrh</serverId> |
| 210 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 211 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
197 | 212 | </configuration> |
198 | 213 | </plugin> |
199 | 214 | <plugin> |
|
211 | 226 | <message>The reactor is not valid</message> |
212 | 227 | <ignoreModuleDependencies>true</ignoreModuleDependencies> |
213 | 228 | </reactorModuleConvergence> |
214 | | - <dependencyConvergence /> |
| 229 | + <dependencyConvergence/> |
215 | 230 | </rules> |
216 | 231 | </configuration> |
217 | 232 | </execution> |
|
407 | 422 | <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
408 | 423 | </repository> |
409 | 424 | </distributionManagement> |
| 425 | + <plugin> |
| 426 | + <groupId>org.sonatype.plugins</groupId> |
| 427 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 428 | + </plugin> |
410 | 429 | </profile> |
411 | 430 | </profiles> |
412 | 431 |
|
|
0 commit comments