Skip to content

Commit 3c5ff42

Browse files
authored
Ignore Travis when formatting (#1066)
Configured the code formatting plugin to ignore any files in the travis folder. This was impacting certain builds after the signing keys are made available.
1 parent 93b28b7 commit 3c5ff42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,9 @@
537537
<configuration>
538538
<lineEnding>LF</lineEnding>
539539
<configFile>${main.basedir}/src/config/eclipse-java-style.xml</configFile>
540+
<excludes>
541+
<exclude>travis/**</exclude>
542+
</excludes>
540543
</configuration>
541544
<executions>
542545
<execution>

0 commit comments

Comments
 (0)