You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/09 20:14:04 UTC

[maven-changes-plugin] branch master updated: [MCHANGES-408] renamed script to match current intent

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9031925  [MCHANGES-408] renamed script to match current intent
9031925 is described below

commit 9031925ce6c18608f40178b5e15c61cc321097f1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Apr 9 22:13:40 2020 +0200

    [MCHANGES-408] renamed script to match current intent
---
 pom.xml                                                            | 4 ++--
 src/main/script/{patch-changes-xsd.groovy => patch-modello.groovy} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4edc7bd..3909d7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,7 +485,7 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <!-- workaround to remove timestamp inserted by Modello 1.0.1 into changes.xsd -->
+      <!-- workaround to remove timestamp inserted by Modello 1.0.1 into generated .java and .xsd -->
       <plugin>
         <groupId>org.codehaus.gmaven</groupId>
         <artifactId>groovy-maven-plugin</artifactId>
@@ -498,7 +498,7 @@ under the License.
               <goal>execute</goal>
             </goals>
             <configuration>
-              <source>${project.basedir}/src/main/script/patch-changes-xsd.groovy</source>
+              <source>${project.basedir}/src/main/script/patch-modello.groovy</source>
             </configuration>
           </execution>
         </executions>
diff --git a/src/main/script/patch-changes-xsd.groovy b/src/main/script/patch-modello.groovy
similarity index 100%
rename from src/main/script/patch-changes-xsd.groovy
rename to src/main/script/patch-modello.groovy