Browse Source

Removed unused maven plugin

tags/release-1.3.2
Manuel Carrasco Moñino 11 years ago
parent
commit
09473f748c
1 changed files with 0 additions and 15 deletions
  1. 0
    15
      gwtquery-core/pom.xml

+ 0
- 15
gwtquery-core/pom.xml View File

@@ -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>


Loading…
Cancel
Save