adding note on using the localrepository profile
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index acb005c3a145c41d96837d032a9e176845f91fc9..d5e48ecc33f75653aadf65886689a8a4b5aaa0f3 100644 (file)
@@ -3,28 +3,19 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>taxeditor-parent</artifactId>
-               <version>3.0.6-SNAPSHOT</version>
+               <version>3.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
-       <groupId>eu.etaxonomy</groupId>
        <artifactId>eu.etaxonomy.taxeditor</artifactId>
-       <!-- packaging>eclipse-application</packaging -->
        <packaging>eclipse-repository</packaging>
-       <version>3.0.6-SNAPSHOT</version>
 
-       <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>
+                               <configuration>
+                                       <products>
+                                               <product>
+                                                       <id>eu.etaxonomy.taxeditor.product</id>
+                                                       <rootFolder>EDIT Taxonomic Editor</rootFolder>
+                                               </product>
+                                       </products>
+                               </configuration>
                        </plugin>
                </plugins>
        </build>