Project

General

Profile

« Previous | Next » 

Revision 4d1c677b

Added by Niels Hoffmann over 12 years ago

Pom changes to enable fully automated tycho build and MANIFEST first development in eclipse aside

View differences:

eu.etaxonomy.taxeditor.store/pom.xml
8 8
  </parent>
9 9

  
10 10
  <modelVersion>4.0.0</modelVersion>
11
  <groupId>eu.etaxonomy</groupId>
12 11
  <artifactId>eu.etaxonomy.taxeditor.store</artifactId>
13
  <version>3.0.6-SNAPSHOT</version>
14 12
  <packaging>eclipse-plugin</packaging>
15 13
  
16 14
  <name>DataStore Bundle</name>
17 15
  <description>Enables access to a CDM DataStore and provides operations on the model</description>
18 16
  <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>
17

  
39 18
</project>

Also available in: Unified diff