Project

General

Profile

Download (1.18 KB) Statistics
| Branch: | Tag: | Revision:
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
  
4
  <parent>
5
	<groupId>eu.etaxonomy</groupId>
6
	<artifactId>taxeditor-parent</artifactId>
7
    <version>3.0.6-SNAPSHOT</version>
8
  </parent>
9
  
10
  <modelVersion>4.0.0</modelVersion>
11
  <groupId>eu.etaxonomy</groupId>
12
  <artifactId>eu.etaxonomy.taxeditor.editor</artifactId>
13
  <packaging>eclipse-plugin</packaging>
14
  <version>3.0.6-SNAPSHOT</version>
15
  
16
  <name>Editor Bundle</name>
17
  <description></description>
18
  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
19
  
20
  <build>
21
    <plugins>
22
      <plugin>
23
        <groupId>org.apache.maven.plugins</groupId>
24
        <artifactId>maven-jar-plugin</artifactId>
25
      </plugin>
26
      <plugin>
27
        <groupId>org.eclipse.tycho</groupId>
28
        <artifactId>tycho-packaging-plugin</artifactId>
29
        <version>${tycho.version}</version>
30
        <configuration>
31
          <archive>
32
            <addMavenDescriptor>false</addMavenDescriptor>
33
          </archive>
34
        </configuration>
35
      </plugin>
36
    </plugins>
37
  </build>
38
</project>
(5-5/5)