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