File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 119119 <build >
120120 <finalName >${artifactId} </finalName >
121121 <plugins >
122+ <plugin >
123+ <groupId >com.coveo</groupId >
124+ <artifactId >fmt-maven-plugin</artifactId >
125+ <version >2.1.0</version >
126+ <executions >
127+ <execution >
128+ <goals >
129+ <goal >format</goal >
130+ </goals >
131+ </execution >
132+ </executions >
133+ </plugin >
122134 <plugin >
123135 <groupId >org.apache.maven.plugins</groupId >
124136 <artifactId >maven-dependency-plugin</artifactId >
Original file line number Diff line number Diff line change 120120
121121 <build >
122122 <plugins >
123+ <plugin >
124+ <groupId >com.coveo</groupId >
125+ <artifactId >fmt-maven-plugin</artifactId >
126+ <version >2.1.0</version >
127+ <executions >
128+ <execution >
129+ <goals >
130+ <goal >format</goal >
131+ </goals >
132+ </execution >
133+ </executions >
134+ </plugin >
123135 <plugin >
124136 <groupId >org.jacoco</groupId >
125137 <artifactId >jacoco-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments