We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322836e commit b20829cCopy full SHA for b20829c
1 file changed
pom.xml
@@ -270,6 +270,10 @@
270
<version>1.7.0</version>
271
<configuration>
272
<flattenMode>ossrh</flattenMode>
273
+ <pomElements>
274
+ <!-- keep distributionManagement so the central-publishing plugin can resolve the snapshot repo during deploy -->
275
+ <distributionManagement>resolve</distributionManagement>
276
+ </pomElements>
277
</configuration>
278
<executions>
279
<execution>
0 commit comments