aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-search/pom.xml')
-rw-r--r--server/sonar-search/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml
index f9803aa76a9..d57bfd61bd6 100644
--- a/server/sonar-search/pom.xml
+++ b/server/sonar-search/pom.xml
@@ -53,23 +53,4 @@
<scope>test</scope>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <finalName>${pom.artifactId}-${pom.version}</finalName>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>