Skip to content

Commit 24458f7

Browse files
authored
chore: remove central-publishing-maven-plugin (#755)
1 parent 7deb60c commit 24458f7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2525
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
2626
>
27+
<modelVersion>4.0.0</modelVersion>
2728

2829
<parent>
2930
<groupId>org.apache</groupId>
3031
<artifactId>apache</artifactId>
3132
<version>23</version>
3233
</parent>
3334

34-
<modelVersion>4.0.0</modelVersion>
3535

3636
<groupId>org.apache.fesod</groupId>
3737
<artifactId>fesod-parent</artifactId>
@@ -425,11 +425,6 @@
425425
<artifactId>flatten-maven-plugin</artifactId>
426426
<version>1.2.7</version>
427427
</plugin>
428-
<plugin>
429-
<groupId>org.sonatype.central</groupId>
430-
<artifactId>central-publishing-maven-plugin</artifactId>
431-
<version>0.4.0</version>
432-
</plugin>
433428
<plugin>
434429
<groupId>com.diffplug.spotless</groupId>
435430
<artifactId>spotless-maven-plugin</artifactId>
@@ -609,19 +604,24 @@
609604
</pom>
610605
</configuration>
611606
</plugin>
612-
<plugin>
613-
<groupId>org.sonatype.central</groupId>
614-
<artifactId>central-publishing-maven-plugin</artifactId>
615-
<extensions>true</extensions>
616-
<configuration>
617-
<publishingServerId>ossrh</publishingServerId>
618-
<tokenAuth>true</tokenAuth>
619-
</configuration>
620-
</plugin>
621607
<plugin>
622608
<groupId>org.jacoco</groupId>
623609
<artifactId>jacoco-maven-plugin</artifactId>
624610
</plugin>
611+
<plugin>
612+
<groupId>org.apache.rat</groupId>
613+
<artifactId>apache-rat-plugin</artifactId>
614+
<configuration>
615+
<excludes>
616+
<exclude>website/**</exclude>
617+
<exclude>logo.svg</exclude>
618+
<exclude>**/*.md</exclude>
619+
<exclude>.git/**</exclude>
620+
<exclude>.github/**</exclude>
621+
<exclude>**/target/**</exclude>
622+
</excludes>
623+
</configuration>
624+
</plugin>
625625
</plugins>
626626
</build>
627627
<profiles>

0 commit comments

Comments
 (0)