We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bc16b commit 878ac93Copy full SHA for 878ac93
pom.xml
@@ -292,7 +292,7 @@
292
<executions>
293
<execution>
294
<id>sign-artifacts</id>
295
- <phase>deploy</phase>
+ <phase>package</phase>
296
<goals>
297
<goal>sign</goal>
298
</goals>
@@ -381,13 +381,11 @@
381
</plugins>
382
</build>
383
384
-
385
<distributionManagement>
386
<snapshotRepository>
387
<id>ossrh</id>
388
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
389
</snapshotRepository>
390
</distributionManagement>
391
392
393
</project>
0 commit comments