Project

General

Profile

Download (1.25 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.store</artifactId>
13
  <version>3.0.6-SNAPSHOT</version>
14
  <packaging>eclipse-plugin</packaging>
15
  
16
  <name>DataStore Bundle</name>
17
  <description>Enables access to a CDM DataStore and provides operations on the model</description>
18
  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorDataStoreBundle</url>
19
	
20
  
21
  <build>
22
    <plugins>
23
      <plugin>
24
        <groupId>org.apache.maven.plugins</groupId>
25
        <artifactId>maven-jar-plugin</artifactId>
26
      </plugin>
27
      <plugin>
28
        <groupId>org.eclipse.tycho</groupId>
29
        <artifactId>tycho-packaging-plugin</artifactId>
30
        <version>${tycho.version}</version>
31
        <configuration>
32
          <archive>
33
            <addMavenDescriptor>false</addMavenDescriptor>
34
          </archive>
35
        </configuration>
36
      </plugin>
37
    </plugins>
38
  </build>
39
</project>
(4-4/4)