Skip to content

Commit

Permalink
recreated flattened-pom
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Dec 26, 2023
1 parent 9aab406 commit b700d30
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
Expand All @@ -222,14 +218,6 @@
<failOnMissing>false</failOnMissing>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
Expand Down Expand Up @@ -341,14 +329,8 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<consoleOutput>true</consoleOutput>
<excludes>
<excludes combine.children="append">
<exclude>**/*.log</exclude>
<exclude>.java-version</exclude>
<exclude>.mvn/jvm.config</exclude>
<exclude>**/*.txt</exclude>
<exclude>src/changelog/**/*.xml</exclude>
<exclude>.github/ISSUE_TEMPLATE/*.md</exclude>
<exclude>.github/pull_request_template.md</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit b700d30

Please sign in to comment.