aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 0cd339f7f26..0e6870c12d7 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -318,26 +318,6 @@
</execution>
</executions>
</plugin>
-
- <plugin>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-dev-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>trim</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>trim</goal>
- </goals>
- <configuration>
- <directory>${project.build.directory}/${project.build.finalName}</directory>
- <includes>
- <include>**/*.erb</include>
- </includes>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>