Skip to content

Commit 0162d8f

Browse files
author
Guillaume Scheibel
authored
Update pom.xml
1 parent 7011c91 commit 0162d8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,15 @@
188188
<artifactId>nexus-staging-maven-plugin</artifactId>
189189
<version>1.6.8</version>
190190
<extensions>true</extensions>
191+
<executions>
192+
<execution>
193+
<id>default-deploy</id>
194+
<phase>deploy</phase>
195+
<goals>
196+
<goal>deploy</goal>
197+
</goals>
198+
</execution>
199+
</executions>
191200
<configuration>
192201
<serverId>ossrh</serverId>
193202
<nexusUrl>https://oss.sonatype.org/</nexusUrl>

0 commit comments

Comments
 (0)