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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 4921c500 [MRESOLVER-720] Add generated file warning headers to 
velocity templates (#691)
4921c500 is described below

commit 4921c500be2de580ba8e6e73cf52cf90865fbd59
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Tue May 13 10:49:40 2025 +0200

    [MRESOLVER-720] Add generated file warning headers to velocity templates 
(#691)
    
    To make obvious they are generated.
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-720
---
 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