This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push: new 18a51cd revert some non needed changes from https://github.com/apache/maven-build-cache-extension/pull/110 (#114) 18a51cd is described below commit 18a51cdc7b8a1f625fb152e4d152393469c9212d Author: Olivier Lamy <ol...@apache.org> AuthorDate: Thu Nov 23 07:59:58 2023 +1000 revert some non needed changes from https://github.com/apache/maven-build-cache-extension/pull/110 (#114) Signed-off-by: Olivier Lamy <ol...@apache.org> --- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pom.xml b/pom.xml index 46f4bce..ca4d6a5 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,6 @@ under the License. </configuration> <executions> <execution> - <?m2e execute onConfiguration,onIncremental?> <id>modello-cache</id> <goals> <goal>java</goal> @@ -352,7 +351,6 @@ under the License. <phase>generate-sources</phase> </execution> <execution> - <?m2e execute onConfiguration,onIncremental?> <id>modello-cache-xsd</id> <goals> <goal>xsd</goal> @@ -377,18 +375,6 @@ under the License. <artifactId>build-helper-maven-plugin</artifactId> <version>3.4.0</version> <executions> - <execution> - <id>add-sources</id> - <goals> - <goal>add-source</goal> - </goals> - <phase>generate-sources</phase> - <configuration> - <sources> - <source>${basedir}/target/generated-sources/modello</source> - </sources> - </configuration> - </execution> <execution> <id>add-resources</id> <goals>