updating getting-started
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index c57c91e8791f3c44a7816a077301c089baafdd96..7cb5220fe12accdb44a48105a0db991e84f2bffd 100644 (file)
@@ -3,26 +3,19 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>taxeditor-parent</artifactId>
-               <version>3.0.6-SNAPSHOT</version>
+               <version>3.0.10-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>eu.etaxonomy.taxeditor</artifactId>
-       <!-- packaging>eclipse-application</packaging -->
        <packaging>eclipse-repository</packaging>
 
-       <name>EDIT Taxonomic Editor</name>
+       <name>EDIT Taxonomic Editor Product</name>
        <description>The EDIT Taxonomic Desktop Editor</description>
        <url>http://wp5.e-taxonomy.eu/taxeditor</url>
 
        <build>
                <plugins>
-                       <!-- plugin> <groupId>org.sonatype.tycho</groupId> <artifactId>maven-osgi-packaging-plugin</artifactId> 
-                               <version>${tycho.version}</version> <configuration> <environments> <environment> 
-                               <os>macosx</os> <ws>cocoa</ws> <arch>x86</arch> </environment> <environment> 
-                               <os>linux</os> <ws>gtk</ws> <arch>x86</arch> </environment> <environment> 
-                               <os>win32</os> <ws>win32</ws> <arch>x86</arch> </environment> </environments> 
-                               </configuration> </plugin -->
                        <plugin>
                                <groupId>org.eclipse.tycho</groupId>
                                <artifactId>tycho-p2-director-plugin</artifactId>
                                                </goals>
                                        </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>
+                                       <products>
+                                               <product>
+                                                       <id>eu.etaxonomy.taxeditor.product</id>
+                                                       <rootFolder>EDIT Taxonomic Editor</rootFolder>
+                                               </product>
+                                       </products>
                                </configuration>
                        </plugin>
+                       <plugin>
+                       <artifactId>maven-antrun-plugin</artifactId>
+                       <executions>
+                         <execution>
+                           <phase>package</phase>
+                           <configuration>
+                             <target>
+
+                               <!--
+                                 Place any Ant task here. You can add anything
+                                 you can add between <target> and </target> in a
+                                 build.xml.
+                               -->
+
+                             </target>
+                           </configuration>
+                           <goals>
+                             <goal>package</goal>
+                           </goals>
+                         </execution>
+                       </executions>
+                     </plugin>
                </plugins>
        </build>