diff options
Diffstat (limited to 'sonar-gwt-api/pom.xml')
-rw-r--r-- | sonar-gwt-api/pom.xml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sonar-gwt-api/pom.xml b/sonar-gwt-api/pom.xml index a8189a24097..60635c15dc3 100644 --- a/sonar-gwt-api/pom.xml +++ b/sonar-gwt-api/pom.xml @@ -12,12 +12,11 @@ <dependencies> <!-- used only for GWT compilation --> - <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-ws-client</artifactId> </dependency> - <dependency> + <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-ws-client</artifactId> <classifier>sources</classifier> @@ -44,7 +43,7 @@ <directory>src/main/resources</directory> </resource> </resources> - + <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -75,12 +74,6 @@ </execution> </executions> </plugin> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>false</skip> - </configuration> - </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |