Skip to content

Commit

Permalink
Remove html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Oct 30, 2024
1 parent 1239b88 commit 228c9dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public final class Constants {
* User property for overriding calculated "build number" for snapshot deploys. Caution: this property should
* NOT be used only in special situations, like "aligning" several subprojects to perform a "snapshot lock down".
* Value given here must be {@code maxRemoteBuildNumber + 1} or greater, otherwise build will fail.
* <p>
*
* Note: this feature is present in Maven 3.9.7 but with different key: {@code maven.buildNumber}. In Maven 4
* as part of cleanup effort this key was renamed to properly reflect its purpose.
*
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/configuration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ props.3.since = 4.0.0
props.3.configurationSource = User properties
props.4.key = maven.deploy.snapshot.buildNumber
props.4.configurationType = Integer
props.4.description = User property for overriding calculated "build number" for snapshot deploys. Caution: this property should NOT be used only in special situations, like "aligning" several subprojects to perform a "snapshot lock down". Value given here must be {@code maxRemoteBuildNumber + 1} or greater, otherwise build will fail. <p> Note: this feature is present in Maven 3.9.7 but with different key: {@code maven.buildNumber} . In Maven 4 as part of cleanup effort this key was renamed to properly reflect its purpose.
props.4.description = User property for overriding calculated "build number" for snapshot deploys. Caution: this property should NOT be used only in special situations, like "aligning" several subprojects to perform a "snapshot lock down". Value given here must be {@code maxRemoteBuildNumber + 1} or greater, otherwise build will fail. Note: this feature is present in Maven 3.9.7 but with different key: {@code maven.buildNumber} . In Maven 4 as part of cleanup effort this key was renamed to properly reflect its purpose.
props.4.defaultValue =
props.4.since = 4.0.0
props.4.configurationSource = User properties
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ props:
configurationSource: User properties
- key: maven.deploy.snapshot.buildNumber
configurationType: Integer
description: "User property for overriding calculated \"build number\" for snapshot deploys. Caution: this property should NOT be used only in special situations, like \"aligning\" several subprojects to perform a \"snapshot lock down\". Value given here must be {@code maxRemoteBuildNumber + 1} or greater, otherwise build will fail. <p> Note: this feature is present in Maven 3.9.7 but with different key: {@code maven.buildNumber} . In Maven 4 as part of cleanup effort this key was renamed to properly reflect its purpose."
description: "User property for overriding calculated \"build number\" for snapshot deploys. Caution: this property should NOT be used only in special situations, like \"aligning\" several subprojects to perform a \"snapshot lock down\". Value given here must be {@code maxRemoteBuildNumber + 1} or greater, otherwise build will fail. Note: this feature is present in Maven 3.9.7 but with different key: {@code maven.buildNumber} . In Maven 4 as part of cleanup effort this key was renamed to properly reflect its purpose."
defaultValue:
since: 4.0.0
configurationSource: User properties
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/maven-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
| 1. | `aether.versionResolver.noCache` | `Boolean` | User property for disabling version resolver cache. | `false` | 3.0.0 | User properties |
| 2. | `maven.build.timestamp.format` | `String` | Build timestamp format. | `yyyy-MM-dd'T'HH:mm:ssXXX` | 3.0.0 | Model properties |
| 3. | `maven.consumer.pom` | `Boolean` | User property for enabling/disabling the consumer POM feature. | `true` | 4.0.0 | User properties |
| 4. | `maven.deploy.snapshot.buildNumber` | `Integer` | User property for overriding calculated "build number" for snapshot deploys. Caution: this property should NOT be used only in special situations, like "aligning" several subprojects to perform a "snapshot lock down". Value given here must be {@code maxRemoteBuildNumber + 1} or greater, otherwise build will fail. <p> Note: this feature is present in Maven 3.9.7 but with different key: {@code maven.buildNumber} . In Maven 4 as part of cleanup effort this key was renamed to properly reflect its purpose. | - | 4.0.0 | User properties |
| 4. | `maven.deploy.snapshot.buildNumber` | `Integer` | User property for overriding calculated "build number" for snapshot deploys. Caution: this property should NOT be used only in special situations, like "aligning" several subprojects to perform a "snapshot lock down". Value given here must be {@code maxRemoteBuildNumber + 1} or greater, otherwise build will fail. Note: this feature is present in Maven 3.9.7 but with different key: {@code maven.buildNumber} . In Maven 4 as part of cleanup effort this key was renamed to properly reflect its purpose. | - | 4.0.0 | User properties |
| 5. | `maven.ext.class.path` | `String` | Extensions class path. | - | | User properties |
| 6. | `maven.home` | `String` | Maven home. | - | 3.0.0 | User properties |
| 7. | `maven.installation.conf` | `String` | Maven installation configuration directory. | `${maven.home}/conf` | 4.0.0 | User properties |
Expand Down

0 comments on commit 228c9dd

Please sign in to comment.