aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-03-10 15:01:01 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-03-13 13:54:03 +0100
commit6fa3d925c688fa8e67480c7a69ded9f86aba5326 (patch)
tree11f4baac39111ae6822f945faf344e88b99dec7c /server/sonar-process/pom.xml
parent857d12fa9909a5b5fde7a42f231b0b8d42e50303 (diff)
downloadsonarqube-6fa3d925c688fa8e67480c7a69ded9f86aba5326.tar.gz
sonarqube-6fa3d925c688fa8e67480c7a69ded9f86aba5326.zip
SONAR-8816 automatic election of web leader in cluster mode
Diffstat (limited to 'server/sonar-process/pom.xml')
-rw-r--r--server/sonar-process/pom.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index 020a3b3c717..d1b29121f91 100644
--- a/server/sonar-process/pom.xml
+++ b/server/sonar-process/pom.xml
@@ -86,36 +86,4 @@
<scope>test</scope>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>test-jar-with-dependencies.xml</descriptor>
- </descriptors>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
</project>