Skip to content

Commit a2b5099

Browse files
author
Olivier Chédru
committed
Fix deploy
1 parent a4d4ade commit a2b5099

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
@@ -69,17 +69,6 @@
6969
<autoReleaseAfterClose>true</autoReleaseAfterClose>
7070
</configuration>
7171
</plugin>
72-
<plugin>
73-
<artifactId>maven-source-plugin</artifactId>
74-
<executions>
75-
<execution>
76-
<id>attach-sources</id>
77-
<goals>
78-
<goal>jar-no-fork</goal>
79-
</goals>
80-
</execution>
81-
</executions>
82-
</plugin>
8372
<plugin>
8473
<artifactId>maven-gpg-plugin</artifactId>
8574
<executions>
@@ -150,16 +139,6 @@
150139
<preparationGoals>clean test</preparationGoals>
151140
</configuration>
152141
</plugin>
153-
<plugin>
154-
<groupId>org.sonatype.plugins</groupId>
155-
<artifactId>nexus-staging-maven-plugin</artifactId>
156-
<extensions>true</extensions>
157-
<configuration>
158-
<serverId>sonatype-nexus-staging</serverId>
159-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
160-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
161-
</configuration>
162-
</plugin>
163142
<plugin>
164143
<groupId>org.jacoco</groupId>
165144
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)