Skip to content

Commit 28ac80d

Browse files
Remove manual default from docs for parameters
It is generated by plugin-tools
1 parent 0ce0fba commit 28ac80d

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/DisplayDependencyUpdatesMojo.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public class DisplayDependencyUpdatesMojo extends AbstractVersionsDisplayMojo {
9393
* <p>Include dependencies with version set in a parent or in a BOM.</p>
9494
* <p>This is similar to {@code processDependencyManagementTransitive}, but will
9595
* report updates on dependencies.</p>
96-
* <p>Default is {@code false}.</p>
9796
*
9897
* @since 2.19.0
9998
*/
@@ -239,7 +238,6 @@ public class DisplayDependencyUpdatesMojo extends AbstractVersionsDisplayMojo {
239238
/**
240239
* <p>If {@code true}, shows dependencies that do not have updates. Also, with dependencies with
241240
* versions managed outside the reactor, will show the location of the pom.xml managing the version.</p>
242-
* <p>Default is {@code false}.</p>
243241
*
244242
* @since 2.1
245243
*/

versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/DisplayExtensionUpdatesMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ public class DisplayExtensionUpdatesMojo extends AbstractVersionsDisplayMojo {
113113
private boolean allowIncrementalUpdates = true;
114114

115115
/**
116-
* <p>Whether to process core extensions. Default is {@code true}.</p>
116+
* <p>Whether to process core extensions.</p>
117117
*
118118
* @since 2.15.0
119119
*/
120120
@Parameter(property = "processCoreExtensions", defaultValue = "true")
121121
private boolean processCoreExtensions = true;
122122

123123
/**
124-
* <p>Whether to process build extensions. Default is {@code true}.</p>
124+
* <p>Whether to process build extensions.</p>
125125
*
126126
* @since 2.15.0
127127
*/

versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/UseDepVersionMojo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ protected boolean getAllowSnapshots() {
151151
* the value of another dependency, will not update that property value, and log a warning instead.
152152
* Finally, if the property value is specified in a parent file which is outside of the project, will log
153153
* a message.</p>
154-
* <p>Default is {@code false}.</p>
155154
*
156155
* @since 2.15.0
157156
*/

0 commit comments

Comments
 (0)