Skip to content

Commit

Permalink
@SInCE 1.3.0 - Keep comments in .flattened-pom.xml mojohaus#270
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-stefan-cordes committed Aug 8, 2022
1 parent 863a925 commit 2abc3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java
Expand Up @@ -361,7 +361,7 @@ public class FlattenMojo
* By setting keepCommentsInPom to true the current comments are moved to the flattened pom.xml.
* Default value is false (= not re-adding comments).
*
* @since 1.2.8
* @since 1.3.0
*/
@Parameter( property = "flatten.dependency.keepComments", required = false , defaultValue = "false")
private boolean keepCommentsInPom;
Expand Down

0 comments on commit 2abc3f9

Please sign in to comment.