aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-03-24 09:41:23 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-03-24 09:44:38 +0100
commit569d67e442024421361a540d33b6eeab9c385689 (patch)
tree5de9887d0ab9e2728d734b1cea44124c593cb79d /sonar-server
parent624bc4729d9735a7073afbadafa99251353d23f6 (diff)
downloadsonarqube-569d67e442024421361a540d33b6eeab9c385689.tar.gz
sonarqube-569d67e442024421361a540d33b6eeab9c385689.zip
Remove trimming of ERB templates - does not work currently
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>