Skip to content

Commit 7d56b32

Browse files
author
Vincent Potucek
committed
rewrite-maven-plugin
1 parent e9c84d3 commit 7d56b32

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

independent-projects/parent/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,18 @@
712712
</activation>
713713
<build>
714714
<plugins>
715+
<plugin>
716+
<groupId>org.openrewrite.maven</groupId>
717+
<artifactId>rewrite-maven-plugin</artifactId>
718+
<executions>
719+
<execution>
720+
<phase>process-sources</phase>
721+
<goals>
722+
<goal>dryRun</goal>
723+
</goals>
724+
</execution>
725+
</executions>
726+
</plugin>
715727
<plugin>
716728
<groupId>net.revelc.code.formatter</groupId>
717729
<artifactId>formatter-maven-plugin</artifactId>

0 commit comments

Comments
 (0)