Project

General

Profile

Download (1.06 KB) Statistics
| Branch: | Tag: | Revision:
1 e8409423 n.hoffmann
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 49c6e8c3 Cherian Mathew
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 b6f47468 n.hoffmann
4 49c6e8c3 Cherian Mathew
  <parent>
5
    <groupId>eu.etaxonomy</groupId>
6
    <artifactId>taxeditor-parent</artifactId>
7
    <version>3.3.8-SNAPSHOT</version>
8
  </parent>
9 b6f47468 n.hoffmann
10 49c6e8c3 Cherian Mathew
  <modelVersion>4.0.0</modelVersion>
11
  <artifactId>eu.etaxonomy.taxeditor.application</artifactId>
12
  <packaging>eclipse-plugin</packaging>
13 b6f47468 n.hoffmann
14 49c6e8c3 Cherian Mathew
  <name>Application</name>
15
  <description>All plugins are combined into this application.</description>
16
  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditor</url>
17
18
  <properties>
19
   <timestamp>${maven.build.timestamp}</timestamp>
20
   <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
21
</properties>
22
  
23
  <build>
24
    <resources>
25
      <resource>
26
        <directory>.</directory>
27
        <includes>
28
            <include>about.mappings</include>            
29
        </includes>
30
        <filtering>true</filtering>
31
      </resource>
32
    </resources>
33
   </build>
34 e8409423 n.hoffmann
</project>