File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
* Bump core from 2.4.0 to 2.4.3
22
22
23
23
### CI/CD
24
+ * Configured the [ refactor-first-maven-plugin] ( https://github.com/jimbethancourt/RefactorFirst ) within a profile in the pom.xml.
24
25
25
26
### Other
26
27
Original file line number Diff line number Diff line change 150
150
</plugins >
151
151
</build >
152
152
</profile >
153
+ <profile >
154
+ <id >refactor</id >
155
+ <build >
156
+ <plugins >
157
+ <plugin >
158
+ <groupId >org.hjug.refactorfirst.plugin</groupId >
159
+ <artifactId >refactor-first-maven-plugin</artifactId >
160
+ <version >0.3.0</version >
161
+ <configuration >
162
+ <showDetails >true</showDetails >
163
+ </configuration >
164
+ <executions >
165
+ <execution >
166
+ <id >refactor-first</id >
167
+ <phase >test</phase >
168
+ <goals >
169
+ <goal >report</goal >
170
+ </goals >
171
+ </execution >
172
+ </executions >
173
+ </plugin >
174
+ </plugins >
175
+ </build >
176
+ </profile >
153
177
</profiles >
154
178
155
179
<issueManagement >
You can’t perform that action at this time.
0 commit comments