Skip to content

Commit

Permalink
disabled fmt plugin as it is not compatible with java 17 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid646m committed Feb 4, 2022
1 parent 5c12c08 commit 6cf59ed
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,22 +208,22 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.12</version>
<configuration>
<filesNamePattern>.*\.java</filesNamePattern>
<skip>${skip.format}</skip>
</configuration>
<executions>
<execution>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>com.coveo</groupId>-->
<!-- <artifactId>fmt-maven-plugin</artifactId>-->
<!-- <version>2.13</version>-->
<!-- <configuration>-->
<!-- <filesNamePattern>.*\.java</filesNamePattern>-->
<!-- <skip>${skip.format}</skip>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <goals>-->
<!-- <goal>format</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Expand Down

0 comments on commit 6cf59ed

Please sign in to comment.