Skip to content

Commit 12f627b

Browse files
committed
Fix flatten plugin setup.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent 169c979 commit 12f627b

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
@@ -634,6 +634,10 @@
634634
<skip>true</skip>
635635
</configuration>
636636
</plugin>
637+
<plugin>
638+
<groupId>org.codehaus.mojo</groupId>
639+
<artifactId>flatten-maven-plugin</artifactId>
640+
</plugin>
637641
</plugins>
638642
</build>
639643

@@ -643,10 +647,6 @@
643647
<groupId>org.apache.maven.plugins</groupId>
644648
<artifactId>maven-checkstyle-plugin</artifactId>
645649
</plugin>
646-
<plugin>
647-
<groupId>org.codehaus.mojo</groupId>
648-
<artifactId>flatten-maven-plugin</artifactId>
649-
</plugin>
650650
</plugins>
651651
</reporting>
652652

0 commit comments

Comments
 (0)