This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 188041973 Eclipse maven integration (m2e) - add two missing goals to
prevent errors on project
new 2dcccec48 Merge pull request #512 from johnthuss/eclipse
188041973 is described below
commit 188041973d8687da962626a32b81d1bfc6f13e2b
Author: John Huss <[email protected]>
AuthorDate: Mon Aug 1 10:52:09 2022 -0500
Eclipse maven integration (m2e) - add two missing goals to prevent errors
on project
There were errors on the project like 'Plugin execution not covered by
lifecycle configuration'
---
pom.xml | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4db0e91a0..cfcfaadb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -554,6 +554,32 @@
<ignore />
</action>
</pluginExecution>
+
<pluginExecution>
+
<pluginExecutionFilter>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-resources-plugin</artifactId>
+
<versionRange>[1.0,)</versionRange>
+
<goals>
+
<goal>testResources</goal>
+
</goals>
+
</pluginExecutionFilter>
+ <action>
+
<execute />
+
</action>
+
</pluginExecution>
+
<pluginExecution>
+
<pluginExecutionFilter>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-resources-plugin</artifactId>
+
<versionRange>[1.0,)</versionRange>
+
<goals>
+
<goal>resources</goal>
+
</goals>
+
</pluginExecutionFilter>
+ <action>
+
<execute />
+
</action>
+
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
