Skip to content

Commit ef53fd7

Browse files
committed
configured refactor-first-maven-plugin
1 parent b85854e commit ef53fd7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,30 @@
150150
</plugins>
151151
</build>
152152
</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>
153177
</profiles>
154178

155179
<issueManagement>

0 commit comments

Comments
 (0)