Skip to content

Commit b38faea

Browse files
authored
Merge pull request #37 from linked-planet/feature/upgrade-jira-confluence
fixing release deployment
2 parents 3b99942 + 9dda9f0 commit b38faea

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -348,27 +348,6 @@
348348
</execution>
349349
</executions>
350350
</plugin>
351-
352-
<!-- DEPLOYMENT -->
353-
<!-- see https://central.sonatype.org/publish/publish-maven/#distribution-management-and-authentication -->
354-
<plugin>
355-
<groupId>org.sonatype.plugins</groupId>
356-
<artifactId>nexus-staging-maven-plugin</artifactId>
357-
<executions>
358-
<execution>
359-
<id>default-deploy</id>
360-
<phase>deploy</phase>
361-
<goals>
362-
<goal>deploy</goal>
363-
</goals>
364-
</execution>
365-
</executions>
366-
<configuration>
367-
<serverId>maven-central-nexus</serverId>
368-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
369-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
370-
</configuration>
371-
</plugin>
372351
</plugins>
373352
</build>
374353
</profile>

0 commit comments

Comments
 (0)