aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-03-20 12:32:24 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-03-20 12:32:24 +0100
commit7c45b9db8ac6f12fe3f7de0efc52bf3c4e959db9 (patch)
treec66fa13f4b7b8999a3460724fcca0c3eebddd5ec /pom.xml
parent8b297e663eb96f86d7da0ee3b41a6704f768631d (diff)
downloadsonarqube-7c45b9db8ac6f12fe3f7de0efc52bf3c4e959db9.tar.gz
sonarqube-7c45b9db8ac6f12fe3f7de0efc52bf3c4e959db9.zip
Completing integration of grunt into maven
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 70ef07f750b..27d643cb747 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,6 +123,11 @@
</configuration>
</plugin>
<plugin>
+ <groupId>com.github.eirslett</groupId>
+ <artifactId>frontend-maven-plugin</artifactId>
+ <version>0.0.14</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
@@ -275,11 +280,6 @@
<artifactId>sonar-packaging-maven-plugin</artifactId>
<version>1.9</version>
</plugin>
- <plugin>
- <groupId>ro.isdc.wro4j</groupId>
- <artifactId>wro4j-maven-plugin</artifactId>
- <version>1.7.2</version>
- </plugin>
</plugins>
</pluginManagement>