Skip to content

Commit da76a3b

Browse files
committed
Review comments incorperated
1 parent d916aa5 commit da76a3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,11 @@
477477
</executions>
478478
</plugin>
479479
<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+
-->
480485
<groupId>org.codehaus.mojo</groupId>
481486
<artifactId>flatten-maven-plugin</artifactId>
482487
<configuration>

0 commit comments

Comments
 (0)