diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-24 09:41:23 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-24 09:44:38 +0100 |
commit | 569d67e442024421361a540d33b6eeab9c385689 (patch) | |
tree | 5de9887d0ab9e2728d734b1cea44124c593cb79d /sonar-server | |
parent | 624bc4729d9735a7073afbadafa99251353d23f6 (diff) | |
download | sonarqube-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.xml | 20 |
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> |