File tree Expand file tree Collapse file tree 2 files changed +0
-193
lines changed
Expand file tree Collapse file tree 2 files changed +0
-193
lines changed Original file line number Diff line number Diff line change 9797 <skip >true</skip >
9898 </configuration >
9999 </plugin >
100- <plugin >
101- <groupId >org.codehaus.gmaven</groupId >
102- <artifactId >groovy-maven-plugin</artifactId >
103- <version >2.1.1</version >
104- <executions >
105- <!--
106- The python versioning follows slightly different rules than Maven.
107- This little script makes sure the python project file is always in
108- sync with the maven module.
109- -->
110- <execution >
111- <id >sync-python-version</id >
112- <phase >validate</phase >
113- <goals >
114- <goal >execute</goal >
115- </goals >
116- <configuration >
117- <source >${project. basedir}/ resources/ syncPythonVersion. groovy </source >
118- </configuration >
119- </execution >
120- </executions >
121- <dependencies >
122- <dependency >
123- <groupId >org.apache.groovy</groupId >
124- <artifactId >groovy</artifactId >
125- <version >4.0.22</version >
126- </dependency >
127- <dependency >
128- <groupId >org.apache.groovy</groupId >
129- <artifactId >groovy-toml</artifactId >
130- <version >4.0.22</version >
131- </dependency >
132- </dependencies >
133- </plugin >
134100 <!-- Copy external resources and prepare the pom.properties file -->
135101 <plugin >
136102 <groupId >org.apache.maven.plugins</groupId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments