diff options
-rw-r--r-- | gwtquery-core/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 2d5c76f3..db9c8336 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -82,21 +82,6 @@ <useSystemClassLoader>false</useSystemClassLoader> </configuration> </plugin> - <plugin> - <groupId>org.riedelcastro</groupId> - <artifactId>gcupload-maven-plugin</artifactId> - <version>0.9</version> - <configuration> - <allowSnapshots>true</allowSnapshots> - <projectName>${artifactId}</projectName> - <uploads> - <upload> - <extensions>jar</extensions> - <labels>Featured</labels> - </upload> - </uploads> - </configuration> - </plugin> </plugins> </build> |