diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-03-04 12:48:04 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-03-04 20:06:16 +0300 |
commit | 257f4eaf740749bc67f572cf70e053cf112bb9fd (patch) | |
tree | 18e1c88ddb1bc72bacd0a740f970599aebd75b10 /sonar-gwt-api | |
parent | cf20a05a0558e0926c71c0e7e75d51984218d4bc (diff) | |
download | sonarqube-257f4eaf740749bc67f572cf70e053cf112bb9fd.tar.gz sonarqube-257f4eaf740749bc67f572cf70e053cf112bb9fd.zip |
Remove useless configuration of maven-deploy-plugin
Diffstat (limited to 'sonar-gwt-api')
-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> |