Updated version in pom / project files to taxeditor version : 5.9.0-SNAPSHOT and...
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index 859ac6ba4f573964958ab433491434f972868a7e..5a14bd867254763ea282b9c1e6f0ef6504006d03 100644 (file)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>taxeditor-parent</artifactId>
-    <version>4.13.0-SNAPSHOT</version>
+    <version>5.9.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -11,7 +11,7 @@
 
   <name>EDIT Taxonomic Editor Product</name>
   <description>The EDIT Taxonomic Desktop Editor</description>
-  <url>http://wp5.e-taxonomy.eu/taxeditor</url>
+  <url>https://cybertaxonomy.eu/taxeditor</url>
   <properties>
     <product.id>eu.etaxonomy.taxeditor.product</product.id>
   </properties>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>wagon-maven-plugin</artifactId>
-            <version>1.0-beta-3</version>
+            <version>1.0</version>
             <!-- Problems with the wagon-maven-plugin have been encounterd 
               on Windows, it should work properly on linux though. -->
             <executions>
-              <execution>
+             <execution>
+              <id>delete_update_site</id>
+              <phase>clean</phase>
+              <goals>
+                <goal>sshexec</goal>
+              </goals>
+              <configuration>
+                <url>scp://cybertaxonomy.eu</url>
+                <commands>
+                  <command>rm -r /var/www/download/taxeditor/update/${update.dir}/*</command>
+                </commands>
+                <failOnError>false</failOnError>
+              </configuration>
+            </execution>
+             <execution>
                 <phase>package</phase>
                 <goals>
                   <goal>upload</goal>
             </executions>
             <configuration>
               <fromDir>${project.build.directory}/repository</fromDir>
-              <url>scpexe://wp5.e-taxonomy.eu/var/www/download/taxeditor/update/${update.dir}</url>
-              <includes>
-                binary/*,content.jar,artifacts.jar,**/eu.etaxonomy.*.jar
-              </includes>
+              <url>scpexe://cybertaxonomy.eu/var/www/download/taxeditor/update/${update.dir}</url>
+<!--               <includes> -->
+<!--                 binary/*,content.jar,artifacts.jar,**/eu.etaxonomy.*.jar -->
+<!--               </includes> -->
               <!-- Comment out the above and uncomment the below to upload 
                 all jars -->
-              <!-- <includes>**/*</includes> -->
-              <serverId>wp5.e-taxonomy.eu</serverId>
+              <includes>**/*</includes>
+              <serverId>cybertaxonomy.eu</serverId>
             </configuration>
           </plugin>
         </plugins>