|
54 | 54 | <url>https://github.com/dadoonet/elasticsearch-beyonder/issues/</url> |
55 | 55 | </issueManagement> |
56 | 56 |
|
57 | | - <distributionManagement> |
58 | | - <snapshotRepository> |
59 | | - <id>sonatype-nexus-snapshots</id> |
60 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
61 | | - </snapshotRepository> |
62 | | - <repository> |
63 | | - <id>sonatype-nexus-staging</id> |
64 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
65 | | - </repository> |
66 | | - </distributionManagement> |
67 | | - |
68 | 57 | <repositories> |
69 | | - <!-- This repository is used to test with x-pack --> |
70 | | - <repository> |
71 | | - <id>elastic-download-service</id> |
72 | | - <name>Elastic Download Service</name> |
73 | | - <url>https://artifacts.elastic.co/maven/</url> |
74 | | - <releases><enabled>true</enabled></releases> |
75 | | - <snapshots><enabled>false</enabled></snapshots> |
76 | | - </repository> |
77 | | - |
78 | | - <repository> |
79 | | - <id>oss-snapshots</id> |
80 | | - <name>Sonatype OSS Snapshots</name> |
81 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url> |
82 | | - <releases><enabled>false</enabled></releases> |
83 | | - <snapshots><enabled>true</enabled></snapshots> |
84 | | - </repository> |
85 | | - |
86 | 58 | <repository> |
87 | 59 | <id>elastic-snapshots</id> |
88 | 60 | <name>Elastic Snapshots</name> |
|
255 | 227 | <pushChanges>false</pushChanges> |
256 | 228 | </configuration> |
257 | 229 | </plugin> |
| 230 | + <plugin> |
| 231 | + <groupId>org.sonatype.central</groupId> |
| 232 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 233 | + <version>0.7.0</version> |
| 234 | + <extensions>true</extensions> |
| 235 | + <configuration> |
| 236 | + <autoPublish>true</autoPublish> |
| 237 | + <waitUntil>published</waitUntil> |
| 238 | + </configuration> |
| 239 | + </plugin> |
258 | 240 | <plugin> |
259 | 241 | <groupId>org.sonatype.plugins</groupId> |
260 | 242 | <artifactId>nexus-staging-maven-plugin</artifactId> |
|
0 commit comments