From 228c9dd2f28f2c425cef65d4131e5554956ce46c Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Wed, 30 Oct 2024 14:54:29 +0100 Subject: [PATCH] Remove html tag --- .../src/main/java/org/apache/maven/api/Constants.java | 2 +- src/site/markdown/configuration.properties | 2 +- src/site/markdown/configuration.yaml | 2 +- src/site/markdown/maven-configuration.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java b/api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java index 22f48bbf21e..4fba846b8c1 100644 --- a/api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java +++ b/api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java @@ -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. - *

+ * * 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. * diff --git a/src/site/markdown/configuration.properties b/src/site/markdown/configuration.properties index 3615a713127..2dcd62cdf34 100644 --- a/src/site/markdown/configuration.properties +++ b/src/site/markdown/configuration.properties @@ -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.

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 diff --git a/src/site/markdown/configuration.yaml b/src/site/markdown/configuration.yaml index cfa535d249e..5cd76af0f86 100644 --- a/src/site/markdown/configuration.yaml +++ b/src/site/markdown/configuration.yaml @@ -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.

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 diff --git a/src/site/markdown/maven-configuration.md b/src/site/markdown/maven-configuration.md index cbb2602806b..8ee57ed9949 100644 --- a/src/site/markdown/maven-configuration.md +++ b/src/site/markdown/maven-configuration.md @@ -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.

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 |