Pom changes to enable fully automated tycho build and MANIFEST first development...
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / pom.xml
index f5adc6407613981b27ec4121c0c9cbfff0d4d278..0564aa0012f417378d8cf2bee0c9f28a19176b59 100644 (file)
@@ -8,31 +8,11 @@
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
-  <groupId>eu.etaxonomy</groupId>
   <artifactId>eu.etaxonomy.taxeditor.editor</artifactId>
   <packaging>eclipse-plugin</packaging>
-  <version>3.0.6-SNAPSHOT</version>
   
   <name>Editor Bundle</name>
   <description></description>
   <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
   
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-packaging-plugin</artifactId>
-        <version>${tycho.version}</version>
-        <configuration>
-          <archive>
-            <addMavenDescriptor>false</addMavenDescriptor>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>