Skip to content

Commit

Permalink
Merge 7d2efe2 into abc07f6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Nov 19, 2018
2 parents abc07f6 + 7d2efe2 commit f53991c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,6 @@
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.6.0</version>
<executions>
<execution>
<id>format-sources</id>
<phase>process-sources</phase>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.lewisd</groupId>
Expand Down Expand Up @@ -777,6 +768,18 @@
</activation>
<build>
<plugins>
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<executions>
<execution>
<id>check-source-format</id>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.lewisd</groupId>
<artifactId>lint-maven-plugin</artifactId>
Expand Down

0 comments on commit f53991c

Please sign in to comment.