Skip to content

Commit b59d30a

Browse files
committed
Set central-publishing-maven-plugin.waitUntil to "validated"
1 parent b1c2a7b commit b59d30a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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">
24
<modelVersion>4.0.0</modelVersion>
35

46
<groupId>io.scalecube</groupId>
@@ -173,7 +175,7 @@
173175
<message>The reactor is not valid</message>
174176
<ignoreModuleDependencies>true</ignoreModuleDependencies>
175177
</reactorModuleConvergence>
176-
<dependencyConvergence />
178+
<dependencyConvergence/>
177179
</rules>
178180
</configuration>
179181
</execution>
@@ -235,7 +237,7 @@
235237
<configuration>
236238
<publishingServerId>central</publishingServerId>
237239
<autoPublish>true</autoPublish>
238-
<waitUntil>published</waitUntil>
240+
<waitUntil>validated</waitUntil>
239241
</configuration>
240242
</plugin>
241243
</plugins>

0 commit comments

Comments
 (0)