diff options
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 4cc8a62f8ad..5aa019599ec 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -12,8 +12,6 @@ <name>SonarQube :: Web</name> <properties> - <gruntTask>test build</gruntTask> - <!-- self-analysis --> <sonar.sources>src/main/js</sonar.sources> <sonar.exclusions>src/main/js/third-party/**/*,src/main/js/require.js,src/main/js/tests/**/*</sonar.exclusions> @@ -157,7 +155,7 @@ <goal>grunt</goal> </goals> <configuration> - <arguments>${gruntTask} --port=${jsTestPort}</arguments> + <arguments>maven-build-skip-tests-${skipWebTests} --port=${jsTestPort}</arguments> </configuration> </execution> </executions> @@ -188,17 +186,6 @@ <profiles> <profile> - <id>skipJsTests</id> - <activation> - <property> - <name>skipTests</name> - </property> - </activation> - <properties> - <gruntTask>build</gruntTask> - </properties> - </profile> - <profile> <id>release</id> <build> <plugins> |