Skip to content

Commit b5e8f40

Browse files
author
RanVaknin
committed
Remove redundant plugin config
1 parent 58a5c10 commit b5e8f40

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,6 @@
223223
</resources>
224224
<pluginManagement>
225225
<plugins>
226-
<plugin>
227-
<groupId>org.sonatype.central</groupId>
228-
<artifactId>central-publishing-maven-plugin</artifactId>
229-
<version>${central-publishing-maven-plugin.version}</version>
230-
<extensions>true</extensions>
231-
<configuration>
232-
<publishingServerId>central</publishingServerId>
233-
<autoPublish>false</autoPublish>
234-
</configuration>
235-
</plugin>
236226
<plugin>
237227
<groupId>org.apache.maven.plugins</groupId>
238228
<artifactId>maven-compiler-plugin</artifactId>
@@ -761,18 +751,6 @@
761751
<id>central-portal-publishing</id>
762752
<build>
763753
<plugins>
764-
<plugin>
765-
<groupId>org.apache.maven.plugins</groupId>
766-
<artifactId>maven-source-plugin</artifactId>
767-
<executions>
768-
<execution>
769-
<id>attach-sources</id>
770-
<goals>
771-
<goal>jar-no-fork</goal>
772-
</goals>
773-
</execution>
774-
</executions>
775-
</plugin>
776754
<plugin>
777755
<groupId>org.apache.maven.plugins</groupId>
778756
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)