4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-jfree-gt</artifactId> |
<artifactId>schmitzm-jfree-gt</artifactId> |
7 |
<version>2.5-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
8 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
9 |
|
|
10 |
<parent> |
<parent> |
11 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
12 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
13 |
<version>2.5-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
14 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
15 |
</parent> |
</parent> |
16 |
|
|
43 |
<scope>test</scope> |
<scope>test</scope> |
44 |
</dependency> |
</dependency> |
45 |
|
|
46 |
|
<dependency> |
47 |
|
<groupId>org.geotools</groupId> |
48 |
|
<artifactId>gt-charts</artifactId> |
49 |
|
<version>${geotools.version}</version> |
50 |
|
<type>jar</type> |
51 |
|
<scope>compile</scope> |
52 |
|
|
53 |
|
<exclusions> |
54 |
|
<exclusion> |
55 |
|
<groupId>jfree</groupId> |
56 |
|
<artifactId>jfreechart</artifactId> |
57 |
|
</exclusion> |
58 |
|
|
59 |
|
<exclusion> |
60 |
|
<groupId>org.jfree</groupId> |
61 |
|
<artifactId>jfreechart</artifactId> |
62 |
|
</exclusion> |
63 |
|
</exclusions> |
64 |
|
|
65 |
|
</dependency> |
66 |
|
|
67 |
<dependency> |
<dependency> |
68 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
69 |
<artifactId>schmitzm-gt</artifactId> |
<artifactId>schmitzm-gt</artifactId> |
104 |
<!-- <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>--> |
<!-- <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>--> |
105 |
<!-- <arguments>--> |
<!-- <arguments>--> |
106 |
<!-- <argument>-s</argument>--> |
<!-- <argument>-s</argument>--> |
107 |
<!-- <argument>${project.build.directory}/../src</argument>--> |
<!-- <argument>${basedir}/src/main/resources</argument>--> |
108 |
<!-- <argument>-b</argument>--> |
<!-- <argument>-b</argument>--> |
109 |
<!-- <argument>de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle</argument>--> |
<!-- <argument>de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle</argument>--> |
110 |
<!-- </arguments>--> |
<!-- </arguments>--> |