diff options
Diffstat (limited to 'server/sonar-process/pom.xml')
-rw-r--r-- | server/sonar-process/pom.xml | 32 |
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> |