Skip to content

Commit 878ac93

Browse files
committed
sign in package phase
Signed-off-by: Todd Baert <[email protected]>
1 parent 68bc16b commit 878ac93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<executions>
293293
<execution>
294294
<id>sign-artifacts</id>
295-
<phase>deploy</phase>
295+
<phase>package</phase>
296296
<goals>
297297
<goal>sign</goal>
298298
</goals>
@@ -381,13 +381,11 @@
381381
</plugins>
382382
</build>
383383

384-
385384
<distributionManagement>
386385
<snapshotRepository>
387386
<id>ossrh</id>
388387
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
389388
</snapshotRepository>
390389
</distributionManagement>
391390

392-
393391
</project>

0 commit comments

Comments
 (0)