Finalizing nightly builds
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index acb005c3a145c41d96837d032a9e176845f91fc9..c57c91e8791f3c44a7816a077301c089baafdd96 100644 (file)
@@ -7,11 +7,9 @@
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
-       <groupId>eu.etaxonomy</groupId>
        <artifactId>eu.etaxonomy.taxeditor</artifactId>
        <!-- packaging>eclipse-application</packaging -->
        <packaging>eclipse-repository</packaging>
        <artifactId>eu.etaxonomy.taxeditor</artifactId>
        <!-- packaging>eclipse-application</packaging -->
        <packaging>eclipse-repository</packaging>
-       <version>3.0.6-SNAPSHOT</version>
 
        <name>EDIT Taxonomic Editor</name>
        <description>The EDIT Taxonomic Desktop Editor</description>
 
        <name>EDIT Taxonomic Editor</name>
        <description>The EDIT Taxonomic Desktop Editor</description>
                                        </execution>
                                </executions>
                        </plugin>
                                        </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>
 
                </plugins>
        </build>