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.
2 parents 76a4391 + 12f627b commit 30275cbCopy full SHA for 30275cb
pom.xml
@@ -632,6 +632,10 @@
632
<skip>true</skip>
633
</configuration>
634
</plugin>
635
+ <plugin>
636
+ <groupId>org.codehaus.mojo</groupId>
637
+ <artifactId>flatten-maven-plugin</artifactId>
638
+ </plugin>
639
</plugins>
640
</build>
641
@@ -641,10 +645,6 @@
645
<groupId>org.apache.maven.plugins</groupId>
642
646
<artifactId>maven-checkstyle-plugin</artifactId>
643
647
644
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>flatten-maven-plugin</artifactId>
- </plugin>
648
649
</reporting>
650
0 commit comments