Last active
February 24, 2023 15:17
-
-
Save maksimov/8906462 to your computer and use it in GitHub Desktop.
Ignore unsupported M2E goals
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <lifecycleMappingMetadata> | |
| <lifecycleMappings> | |
| <lifecycleMapping> | |
| <packagingType>maven-plugin</packagingType> | |
| <lifecycleMappingId>org.eclipse.m2e.jdt.JarLifecycleMapping</lifecycleMappingId> | |
| <pluginExecutions> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-plugin-plugin</artifactId> | |
| <versionRange>[2.3,)</versionRange> | |
| <goals> | |
| <goal>descriptor</goal> | |
| <goal>helpmojo</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <execute> | |
| <runOnIncremental>false</runOnIncremental> | |
| </execute> | |
| </action> | |
| </pluginExecution> | |
| </pluginExecutions> | |
| </lifecycleMapping> | |
| <lifecycleMapping> | |
| <packagingType>nexus-plugin</packagingType> | |
| <lifecycleMappingId>org.eclipse.m2e.jdt.JarLifecycleMapping</lifecycleMappingId> | |
| </lifecycleMapping> | |
| <lifecycleMapping> | |
| <packagingType>war</packagingType> | |
| <lifecycleMappingId>org.eclipse.m2e.jdt.JarLifecycleMapping</lifecycleMappingId> | |
| </lifecycleMapping> | |
| </lifecycleMappings> | |
| <pluginExecutions> | |
| <!-- standard maven plugins --> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <goals> | |
| <goal>resources</goal> | |
| <goal>testResources</goal> | |
| <goal>copy-resources</goal> | |
| </goals> | |
| <versionRange>[2.4,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <execute/> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <goals> | |
| <goal>resources</goal> | |
| <goal>testResources</goal> | |
| <goal>copy-resources</goal> | |
| </goals> | |
| <versionRange>[0.0.1,2.4)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-dependency-plugin</artifactId> | |
| <goals> | |
| <goal>copy-dependencies</goal> | |
| <goal>unpack</goal> | |
| </goals> | |
| <versionRange>[2.0,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore> | |
| <message>maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e.</message> | |
| </ignore> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-enforcer-plugin</artifactId> | |
| <goals> | |
| <goal>enforce</goal> | |
| </goals> | |
| <versionRange>[1.0-alpha-1,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore> | |
| <message>maven-enforcer-plugin (goal "enforce") is ignored by m2e.</message> | |
| </ignore> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-invoker-plugin</artifactId> | |
| <goals> | |
| <goal>install</goal> | |
| </goals> | |
| <versionRange>[1.6-SONATYPE-r940877,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore> | |
| <message>maven-invoker-plugin (goal "install") is ignored by m2e.</message> | |
| </ignore> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-remote-resources-plugin</artifactId> | |
| <versionRange>[1.0,)</versionRange> | |
| <goals> | |
| <goal>process</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore> | |
| <message>maven-remote-resources-plugin (goal "process") is ignored by m2e.</message> | |
| </ignore> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-eclipse-plugin</artifactId> | |
| <versionRange>[0,)</versionRange> | |
| <goals> | |
| <goal>configure-workspace</goal> | |
| <goal>eclipse</goal> | |
| <goal>clean</goal> | |
| <goal>to-maven</goal> | |
| <goal>install-plugins</goal> | |
| <goal>make-artifacts</goal> | |
| <goal>myeclipse</goal> | |
| <goal>myeclipse-clean</goal> | |
| <goal>rad</goal> | |
| <goal>rad-clean</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <error> | |
| <message>maven-eclipse-plugin is not compatible with m2e</message> | |
| </error> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-source-plugin</artifactId> | |
| <versionRange>[2.0,)</versionRange> | |
| <goals> | |
| <goal>jar-no-fork</goal> | |
| <goal>test-jar-no-fork</goal> | |
| <!-- theoretically, the following goals should not be bound to lifecycle, but ignore them just in case --> | |
| <goal>jar</goal> | |
| <goal>aggregate</goal> | |
| <goal>test-jar</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore/> | |
| </action> | |
| </pluginExecution> | |
| <!-- commonly used codehaus plugins --> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.codehaus.enunciate</groupId> | |
| <artifactId>maven-enunciate-plugin</artifactId> | |
| <goals> | |
| <goal>docs</goal> | |
| </goals> | |
| <versionRange>[1.20-SONATYPE-r919,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>animal-sniffer-maven-plugin</artifactId> | |
| <versionRange>[1.0,)</versionRange> | |
| <goals> | |
| <goal>check</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>buildnumber-maven-plugin</artifactId> | |
| <versionRange>[1.0-beta-1,)</versionRange> | |
| <goals> | |
| <goal>create</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <!-- commonly use sonatype plugins --> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.sonatype.plugins</groupId> | |
| <artifactId>provided-dependencies-maven-plugin</artifactId> | |
| <goals> | |
| <goal>generate</goal> | |
| </goals> | |
| <versionRange>[1.4,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.sonatype.plugins</groupId> | |
| <artifactId>app-lifecycle-maven-plugin</artifactId> | |
| <goals> | |
| <goal>check-dependencies</goal> | |
| </goals> | |
| <versionRange>[1.1,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <execute /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.sonatype.plugins</groupId> | |
| <artifactId>app-lifecycle-maven-plugin</artifactId> | |
| <goals> | |
| <goal>generate-metadata</goal> | |
| <goal>inject-artifact-handler</goal> | |
| </goals> | |
| <versionRange>[1.1,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.sonatype.plugins</groupId> | |
| <artifactId>nexus-test-environment-maven-plugin</artifactId> | |
| <goals> | |
| <goal>setup-environment</goal> | |
| </goals> | |
| <versionRange>[1.6-SNAPSHOT,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>net.sf.alchim</groupId> | |
| <artifactId>yuicompressor-maven-plugin</artifactId> | |
| <goals> | |
| <goal>compress</goal> | |
| </goals> | |
| <versionRange>[0.7.1,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.sonatype.plugins</groupId> | |
| <artifactId>yuicompressor-maven-plugin</artifactId> | |
| <goals> | |
| <goal>aggregate</goal> | |
| </goals> | |
| <versionRange>[0.0.1,)</versionRange> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.sonatype.plugins</groupId> | |
| <artifactId>maven-properties-plugin</artifactId> | |
| <versionRange>[0.0.3-SNAPSHOT,)</versionRange> | |
| <goals> | |
| <goal>filter-file</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <execute /> | |
| </action> | |
| </pluginExecution> | |
| </pluginExecutions> | |
| </lifecycleMappingMetadata> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment