diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-10 19:45:42 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-10 22:41:48 +0100 |
commit | fdd25eeccd66a8eeb9814e5573bf373bee18db15 (patch) | |
tree | 56b9e8b296f09c3424a7edc4d7a63ff698b36372 /pom.xml | |
parent | 24a9190bc497b1f45cfdd487642eee61ec811caf (diff) | |
download | sonarqube-fdd25eeccd66a8eeb9814e5573bf373bee18db15.tar.gz sonarqube-fdd25eeccd66a8eeb9814e5573bf373bee18db15.zip |
Drop the m2eclipse configuration from pom
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 80 |
1 files changed, 0 insertions, 80 deletions
@@ -1374,86 +1374,6 @@ </profile> <profile> - <id>m2e</id> - <activation> - <!-- This profile is active only when used from Eclipse m2e and is used only to store settings. --> - <property> - <name>m2e.version</name> - </property> - </activation> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.sonarsource.sonarqube</groupId> - <artifactId>sonar-packaging-maven-plugin</artifactId> - <versionRange>[1.0,)</versionRange> - <goals> - <goal>check</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-dev-maven-plugin</artifactId> - <versionRange>[1.0,)</versionRange> - <goals> - <goal>trim</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <versionRange>[1.0,)</versionRange> - <goals> - <goal>unpack</goal> - <goal>copy-dependencies</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.codehaus.mojo</groupId> - <artifactId>native2ascii-maven-plugin</artifactId> - <versionRange>[1.0-alpha-1,)</versionRange> - <goals> - <goal>native2ascii</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - </profile> - - <profile> <id>coverage-per-test</id> <activation> <property> |