diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-22 15:31:45 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-23 15:34:05 +0200 |
commit | ac0820a7e96b3eb90e6eb2841260aa5b0989ffa8 (patch) | |
tree | 42279ce4416dfebf06c430e055f96952bbf8a514 /server/sonar-search | |
parent | 7cee5e34d9c8df519ecd8f81d4e122fcb9460a55 (diff) | |
download | sonarqube-ac0820a7e96b3eb90e6eb2841260aa5b0989ffa8.tar.gz sonarqube-ac0820a7e96b3eb90e6eb2841260aa5b0989ffa8.zip |
Working the assembly for packaging.
Diffstat (limited to 'server/sonar-search')
-rw-r--r-- | server/sonar-search/pom.xml | 19 |
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> |