Updated version in pom / project files to taxeditor version : 3.7.0-SNAPSHOT and...
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index 7e7c37700a9c474dba61f32ab81da860938ebbe4..1e2a8298ad36149c5903c5b1cd3f0b5a313868d2 100644 (file)
@@ -1,9 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>taxeditor-parent</artifactId>
-    <version>3.5.0-SNAPSHOT</version>
+    <version>3.7.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -13,8 +12,7 @@
   <name>EDIT Taxonomic Editor Product</name>
   <description>The EDIT Taxonomic Desktop Editor</description>
   <url>http://wp5.e-taxonomy.eu/taxeditor</url>
-  <properties>
-    <jre.vm>-vm jre/bin</jre.vm>
+  <properties>    
     <product.id>eu.etaxonomy.taxeditor.product</product.id>
   </properties>
   <build>
         </plugins>
       </build>
     </profile>
-    <profile>
-      <!-- Configures the editor to lanuch using the packaged jre by adding 
-        the '-vm jre/bin' option the eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product -->
-      <id>bundleJre</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.8</version>
-            <executions>
-              <execution>
-                <id>setProductWithJRE</id>
-                <phase>validate</phase>
-                <configuration>
-                  <target>
-                    <copy overwrite="true" force="true"
-                      file="${basedir}/eu.etaxonomy.taxeditor.product.with.jre"
-                      tofile="${basedir}/eu.etaxonomy.taxeditor.product" />
-                  </target>
-                </configuration>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-              </execution>
-              <execution>
-                <id>setProductWithoutJRE</id>
-                <phase>clean</phase>
-                <configuration>
-                  <target>
-                    <copy overwrite="true" force="true"
-                      file="${basedir}/eu.etaxonomy.taxeditor.product.wo.jre"
-                      tofile="${basedir}/eu.etaxonomy.taxeditor.product" />
-                  </target>
-                </configuration>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 
 </project>
\ No newline at end of file