|
24 | 24 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
25 | 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
26 | 26 | > |
| 27 | + <modelVersion>4.0.0</modelVersion> |
27 | 28 |
|
28 | 29 | <parent> |
29 | 30 | <groupId>org.apache</groupId> |
30 | 31 | <artifactId>apache</artifactId> |
31 | 32 | <version>23</version> |
32 | 33 | </parent> |
33 | 34 |
|
34 | | - <modelVersion>4.0.0</modelVersion> |
35 | 35 |
|
36 | 36 | <groupId>org.apache.fesod</groupId> |
37 | 37 | <artifactId>fesod-parent</artifactId> |
|
425 | 425 | <artifactId>flatten-maven-plugin</artifactId> |
426 | 426 | <version>1.2.7</version> |
427 | 427 | </plugin> |
428 | | - <plugin> |
429 | | - <groupId>org.sonatype.central</groupId> |
430 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
431 | | - <version>0.4.0</version> |
432 | | - </plugin> |
433 | 428 | <plugin> |
434 | 429 | <groupId>com.diffplug.spotless</groupId> |
435 | 430 | <artifactId>spotless-maven-plugin</artifactId> |
|
609 | 604 | </pom> |
610 | 605 | </configuration> |
611 | 606 | </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> |
621 | 607 | <plugin> |
622 | 608 | <groupId>org.jacoco</groupId> |
623 | 609 | <artifactId>jacoco-maven-plugin</artifactId> |
624 | 610 | </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> |
625 | 625 | </plugins> |
626 | 626 | </build> |
627 | 627 | <profiles> |
|
0 commit comments