You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/xdoc/usage.xml.vm
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,16 @@
39
39
</plugins>
40
40
</build>
41
41
]]></source>
42
+
43
+
<subsectionname="NOTICE">
44
+
<p>The generated flattened POM will be set as POM file to the current project only for projects with packaging other than <code>pom</code>.
45
+
You may want to also do this for <code>pom</code> packaging projects by setting the parameter <code>updatePomFile</code> to <code>true</code>.</p>
46
+
47
+
<p>If <code>flattenMode</code> is set to <code>bom</code> the generated flattened POM will be set as a project POM file also for <code>pom</code> packaging.</p>
48
+
49
+
<p>Setting generated flattened POM as a project POM file will allow to install/deploy the generated POM instead of actual project POM file.</p>
50
+
</subsection>
51
+
42
52
<subsectionname="Keep developer information">
43
53
If you want to keep additional development information in your POM you can configure predefined modes via the <code>flattenMode</code> parameter.
44
54
For typical open-source-projects you can choose "oss". To keep all additional POM elements and flatten only to a bare minimum use "resolveCiFriendliesOnly".
0 commit comments