Created
May 9, 2012 19:38
-
-
Save hgomez/2648257 to your computer and use it in GitHub Desktop.
XTrigger Plugin pom.xml update for m2e
This file contains 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
<build> | |
<pluginManagement> | |
<plugins> | |
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> | |
<plugin> | |
<groupId>org.eclipse.m2e</groupId> | |
<artifactId>lifecycle-mapping</artifactId> | |
<version>1.0.0</version> | |
<configuration> | |
<lifecycleMappingMetadata> | |
<pluginExecutions> | |
<pluginExecution> | |
<pluginExecutionFilter> | |
<groupId> | |
org.codehaus.groovy.maven | |
</groupId> | |
<artifactId> | |
gmaven-plugin | |
</artifactId> | |
<versionRange> | |
[1.0-rc-5,) | |
</versionRange> | |
<goals> | |
<goal>testCompile</goal> | |
<goal> | |
generateTestStubs | |
</goal> | |
</goals> | |
</pluginExecutionFilter> | |
<action> | |
<ignore></ignore> | |
</action> | |
</pluginExecution> | |
<pluginExecution> | |
<pluginExecutionFilter> | |
<groupId>org.kohsuke</groupId> | |
<artifactId> | |
access-modifier-checker | |
</artifactId> | |
<versionRange> | |
[1.0,) | |
</versionRange> | |
<goals> | |
<goal>enforce</goal> | |
</goals> | |
</pluginExecutionFilter> | |
<action> | |
<ignore></ignore> | |
</action> | |
</pluginExecution> | |
<pluginExecution> | |
<pluginExecutionFilter> | |
<groupId> | |
org.jvnet.localizer | |
</groupId> | |
<artifactId> | |
maven-localizer-plugin | |
</artifactId> | |
<versionRange> | |
[1.12,) | |
</versionRange> | |
<goals> | |
<goal>generate</goal> | |
</goals> | |
</pluginExecutionFilter> | |
<action> | |
<ignore></ignore> | |
</action> | |
</pluginExecution> | |
<pluginExecution> | |
<pluginExecutionFilter> | |
<groupId> | |
org.jenkins-ci.tools | |
</groupId> | |
<artifactId> | |
maven-hpi-plugin | |
</artifactId> | |
<versionRange> | |
[1.67,) | |
</versionRange> | |
<goals> | |
<goal>apt-compile</goal> | |
<goal> | |
resolve-test-dependencies | |
</goal> | |
<goal>insert-test</goal> | |
<goal>test-hpl</goal> | |
</goals> | |
</pluginExecutionFilter> | |
<action> | |
<ignore></ignore> | |
</action> | |
</pluginExecution> | |
<pluginExecution> | |
<pluginExecutionFilter> | |
<groupId>com.cloudbees</groupId> | |
<artifactId> | |
maven-license-plugin | |
</artifactId> | |
<versionRange> | |
[1.3,) | |
</versionRange> | |
<goals> | |
<goal>process</goal> | |
</goals> | |
</pluginExecutionFilter> | |
<action> | |
<ignore></ignore> | |
</action> | |
</pluginExecution> | |
<pluginExecution> | |
<pluginExecutionFilter> | |
<groupId> | |
org.apache.maven.plugins | |
</groupId> | |
<artifactId> | |
maven-enforcer-plugin | |
</artifactId> | |
<versionRange> | |
[1.0,) | |
</versionRange> | |
<goals> | |
<goal>display-info</goal> | |
</goals> | |
</pluginExecutionFilter> | |
<action> | |
<ignore></ignore> | |
</action> | |
</pluginExecution> | |
</pluginExecutions> | |
</lifecycleMappingMetadata> | |
</configuration> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
</build> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment