]> source.dussan.org Git - sonarqube.git/commitdiff
Remove trimming of ERB templates - does not work currently
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 24 Mar 2014 08:41:23 +0000 (09:41 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 24 Mar 2014 08:44:38 +0000 (09:44 +0100)
sonar-server/pom.xml

index 0cd339f7f26cc921fb8d2a2e1a1a8df1eb6c45f0..0e6870c12d7e2a14e48299474c1ba51480dc88b2 100644 (file)
           </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>