diff options
Diffstat (limited to 'archetype/pom.xml')
-rw-r--r-- | archetype/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml index 9219a8ed..5bd0afa0 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -59,23 +59,6 @@ </pluginManagement> <plugins> - <plugin> - <groupId>org.riedelcastro</groupId> - <artifactId>gcupload-maven-plugin</artifactId> - <version>0.9</version> - <configuration> - <allowSnapshots>true</allowSnapshots> - <projectName>gwtquery</projectName> - <uploads> - <upload> - <extensions>jar</extensions> - <labels>Featured</labels> - </upload> - </uploads> - </configuration> - </plugin> </plugins> - </build> - </project> |