Skip to content

Commit

Permalink
exclude .flattened-pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Jul 16, 2024
1 parent faa70e3 commit 916c5e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
<!-- see https://github.com/ec4j/editorconfig-linters/blob/master/editorconfig-lint-api/src/main/java/org/ec4j/lint/api/Constants.java#L37 -->
<!-- You can exclude further files from processing: -->
<exclude>**/*.txt</exclude>
<exclude>**/.flattened-pom.xml</exclude>
</excludes>
<!-- All files are included by default:
<includes>
Expand Down Expand Up @@ -343,7 +344,7 @@
</profile>

<!-- Use mvn -P stage to enable the remote apache-stage repo -->
<profile>
<profile>
<id>stage</id>
<repositories>
<repository>
Expand Down

0 comments on commit 916c5e1

Please sign in to comment.