Skip to content

Commit 30275cb

Browse files
committed
Merge remote-tracking branch 'origin/4.1.x' into 4.2.x
2 parents 76a4391 + 12f627b commit 30275cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@
632632
<skip>true</skip>
633633
</configuration>
634634
</plugin>
635+
<plugin>
636+
<groupId>org.codehaus.mojo</groupId>
637+
<artifactId>flatten-maven-plugin</artifactId>
638+
</plugin>
635639
</plugins>
636640
</build>
637641

@@ -641,10 +645,6 @@
641645
<groupId>org.apache.maven.plugins</groupId>
642646
<artifactId>maven-checkstyle-plugin</artifactId>
643647
</plugin>
644-
<plugin>
645-
<groupId>org.codehaus.mojo</groupId>
646-
<artifactId>flatten-maven-plugin</artifactId>
647-
</plugin>
648648
</plugins>
649649
</reporting>
650650

0 commit comments

Comments
 (0)