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.
1 parent d916aa5 commit da76a3bCopy full SHA for da76a3b
pom.xml
@@ -477,6 +477,11 @@
477
</executions>
478
</plugin>
479
<plugin>
480
+ <!--
481
+ This plugin strips down original pom.xml to a required minimum and stores it within the final artifact in favor of the original one.
482
+ Original pom.xml will be kept untouched. For convenience you'll find the flattened version after a Maven build next to the original pom.xml.
483
+ This results in a more streamlined POM which is much easier to grasp as a consuming developer of the SDK.
484
+ -->
485
<groupId>org.codehaus.mojo</groupId>
486
<artifactId>flatten-maven-plugin</artifactId>
487
<configuration>
0 commit comments