Updating target to include latest swtbot version and dependencies
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index c57c91e8791f3c44a7816a077301c089baafdd96..6724529f30273f58123da66ca9f45a8b2c65541c 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>wagon-maven-plugin</artifactId>
-                           <!--
-                               Problems with the wagon-maven-plugin have been encounterd on Windows,
-                                       it should work properly on linux though.
-                                -->
-                               <executions>
-                                       <execution>
-                                               <phase>deploy</phase>
-                                               <goals>
-                                                       <goal>upload</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                               <configuration>
-                                       <fromDir>target/products</fromDir>
-                                       <includes>*.zip</includes>
-                                       <url>scpexe://wp5.e-taxonomy.eu/var/www/download/taxeditor/${project.version}</url>
-                                       <serverId>wp5.e-taxonomy.eu</serverId>
-                               </configuration>
-                       </plugin>
                </plugins>
        </build>