We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef747b commit c96a2e7Copy full SHA for c96a2e7
.github/workflows/ci-maven.yaml
@@ -148,7 +148,7 @@ jobs:
148
- run: java -version
149
- name: Java Linter
150
# Exclude the root project
151
- run: mvn -B -ntp --projects '!.' fmt:check
+ run: mvn -B -ntp fmt:check
152
153
showcase:
154
runs-on: ubuntu-latest
pom.xml
@@ -25,6 +25,11 @@
25
<!-- Do not deploy the aggregator POM -->
26
<build>
27
<plugins>
28
+ <plugin>
29
+ <groupId>com.coveo</groupId>
30
+ <artifactId>fmt-maven-plugin</artifactId>
31
+ <version>2.9</version>
32
+ </plugin>
33
<plugin>
34
<groupId>org.apache.maven.plugins</groupId>
35
<artifactId>maven-deploy-plugin</artifactId>
0 commit comments