We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85854e commit ef53fd7Copy full SHA for ef53fd7
pom.xml
@@ -150,6 +150,30 @@
150
</plugins>
151
</build>
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>
177
</profiles>
178
179
<issueManagement>
0 commit comments