ppalaga commented on code in PR #2557: URL: https://github.com/apache/cxf/pull/2557#discussion_r2287118443
########## parent/pom.xml: ########## @@ -585,7 +586,19 @@ <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> - <version>4.0.27</version> + <version>${cxf.groovy.version}</version> + </dependency> + </dependencies> + </plugin> + <plugin> + <groupId>org.codehaus.gmaven</groupId> Review Comment: > why do we need groovy-maven-plugin plugin? The first solution I could figure out that does not change the timestamp on the local file when there is no content change. Those timestamps might be important for incremental builds. Ant plugin could perhaps be used to achieve the same with a bit more code - should I try? > AFAIK it is not supported In which sense not supported? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org