From 8acd271834653fd89226e53ecceece3caee5e9d5 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 25 Apr 2025 11:26:28 +0200 Subject: [PATCH] Add generated file warning headers to velocity templates --- maven-resolver-tools/src/main/resources/configuration.md.vm | 6 ++++++ .../src/main/resources/configuration.properties.vm | 4 ++++ .../src/main/resources/configuration.yaml.vm | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/maven-resolver-tools/src/main/resources/configuration.md.vm b/maven-resolver-tools/src/main/resources/configuration.md.vm index cfcb16b81..2b5669e89 100644 --- a/maven-resolver-tools/src/main/resources/configuration.md.vm +++ b/maven-resolver-tools/src/main/resources/configuration.md.vm @@ -37,6 +37,12 @@ specific language governing permissions and limitations under the License. --> + + ]]# #macro(value $val) diff --git a/maven-resolver-tools/src/main/resources/configuration.properties.vm b/maven-resolver-tools/src/main/resources/configuration.properties.vm index 33f2a5530..47c49c8b3 100644 --- a/maven-resolver-tools/src/main/resources/configuration.properties.vm +++ b/maven-resolver-tools/src/main/resources/configuration.properties.vm @@ -33,6 +33,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# +# THIS FILE IS GENERATED - DO NOT EDIT +# Generated from: maven-resolver-tools/src/main/resources/configuration.properties.vm +# To modify this file, edit the template and regenerate. #]]# props.count = ${keys.size()} #foreach($key in $keys) diff --git a/maven-resolver-tools/src/main/resources/configuration.yaml.vm b/maven-resolver-tools/src/main/resources/configuration.yaml.vm index 079330684..bb110afe6 100644 --- a/maven-resolver-tools/src/main/resources/configuration.yaml.vm +++ b/maven-resolver-tools/src/main/resources/configuration.yaml.vm @@ -33,6 +33,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# +# THIS FILE IS GENERATED - DO NOT EDIT +# Generated from: maven-resolver-tools/src/main/resources/configuration.yaml.vm +# To modify this file, edit the template and regenerate. #]]# props: #foreach($key in $keys)