This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch add-generated-file-headers
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git

commit 8acd271834653fd89226e53ecceece3caee5e9d5
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Fri Apr 25 11:26:28 2025 +0200

    Add generated file warning headers to velocity templates
---
 maven-resolver-tools/src/main/resources/configuration.md.vm         | 6 ++++++
 maven-resolver-tools/src/main/resources/configuration.properties.vm | 4 ++++
 maven-resolver-tools/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 cfcb16b8..2b5669e8 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.
 -->
 
+<!--
+THIS FILE IS GENERATED - DO NOT EDIT
+Generated from: maven-resolver-tools/src/main/resources/configuration.md.vm
+To modify this file, edit the template and regenerate.
+-->
+
 ]]#
 
 #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 33f2a553..47c49c8b 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 07933068..bb110afe 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)

Reply via email to