diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-19 15:59:31 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-30 09:09:54 +0200 |
commit | 3860f8a3375534d27ce8d57aaa2ea5a335ac9fab (patch) | |
tree | fd1d3267a84f0027e451735897339354679ebbf1 /server/sonar-web/pom.xml | |
parent | 501289ca85e1c8dd21d5e0ba5f457b40ee62f5ef (diff) | |
download | sonarqube-3860f8a3375534d27ce8d57aaa2ea5a335ac9fab.tar.gz sonarqube-3860f8a3375534d27ce8d57aaa2ea5a335ac9fab.zip |
add intern test framework, setup initial unit and medium tests
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 5203f26cf38..42892b74a81 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -15,8 +15,7 @@ <!-- self-analysis --> <sonar.sources>src/main/js,src/main/less</sonar.sources> <sonar.exclusions>src/main/js/libs/third-party/**/*,src/main/js/libs/require.js</sonar.exclusions> - <sonar.javascript.lcov.reportPath>target/js-coverage/lcov.info</sonar.javascript.lcov.reportPath> - <grunt.arguments>maven-build-skip-tests-${skipWebTests}-${jsCoverage} --port=${jsTestPort} --no-color</grunt.arguments> + <grunt.arguments>maven-build --no-color</grunt.arguments> </properties> <build> @@ -84,24 +83,6 @@ </executions> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>reserve-network-port</id> - <goals> - <goal>reserve-network-port</goal> - </goals> - <phase>initialize</phase> - <configuration> - <portNames> - <portName>jsTestPort</portName> - </portNames> - </configuration> - </execution> - </executions> - </plugin> - <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> <executions> |