aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-10 19:45:42 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-10 22:41:48 +0100
commitfdd25eeccd66a8eeb9814e5573bf373bee18db15 (patch)
tree56b9e8b296f09c3424a7edc4d7a63ff698b36372 /pom.xml
parent24a9190bc497b1f45cfdd487642eee61ec811caf (diff)
downloadsonarqube-fdd25eeccd66a8eeb9814e5573bf373bee18db15.tar.gz
sonarqube-fdd25eeccd66a8eeb9814e5573bf373bee18db15.zip
Drop the m2eclipse configuration from pom
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml80
1 files changed, 0 insertions, 80 deletions
diff --git a/pom.xml b/pom.xml
index 1e651c1aac1..64c3d0f64ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>