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 |
|
|
64 |
|
<exclusion> |
65 |
|
<groupId>jfree</groupId> |
66 |
|
<artifactId>eastwood</artifactId> |
67 |
|
</exclusion> |
68 |
|
</exclusions> |
69 |
|
|
70 |
|
</dependency> |
71 |
|
|
72 |
|
<dependency> |
73 |
|
<groupId>jfree</groupId> |
74 |
|
<artifactId>eastwood</artifactId> |
75 |
|
<version>1.1.1</version> |
76 |
|
</dependency> |
77 |
|
|
78 |
<dependency> |
<dependency> |
79 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
80 |
<artifactId>schmitzm-gt</artifactId> |
<artifactId>schmitzm-gt</artifactId> |
93 |
</dependencies> |
</dependencies> |
94 |
|
|
95 |
|
|
96 |
<profiles> |
<!-- <profiles>--> |
97 |
<profile> |
<!-- <profile>--> |
98 |
<id>resourceOperationRemove</id> |
<!-- <id>resourceOperationRemove</id>--> |
99 |
<!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove" |
<!-- When this profile is activated (e.g with "mavn install -P resourceOperationRemove" --> |
100 |
the build will remove any lines in the resource bundes that are tagged with |
<!-- the build will remove any lines in the resource bundes that are tagged with --> |
101 |
REMOVEME_ --> |
<!-- REMOVEME_ --> |
102 |
<build> |
<!-- <build>--> |
103 |
<plugins> |
<!-- <plugins>--> |
104 |
<plugin> |
<!-- <plugin>--> |
105 |
<groupId>org.codehaus.mojo</groupId> |
<!-- <groupId>org.codehaus.mojo</groupId>--> |
106 |
<artifactId>exec-maven-plugin</artifactId> |
<!-- <artifactId>exec-maven-plugin</artifactId>--> |
107 |
<version>1.2</version> |
<!-- <version>1.2</version>--> |
108 |
<executions> |
<!-- <executions>--> |
109 |
<execution> |
<!-- <execution>--> |
110 |
<phase>generate-sources</phase> |
<!-- <phase>generate-sources</phase>--> |
111 |
<goals> |
<!-- <goals>--> |
112 |
<goal>java</goal> |
<!-- <goal>java</goal>--> |
113 |
</goals> |
<!-- </goals>--> |
114 |
<configuration> |
<!-- <configuration>--> |
115 |
<mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass> |
<!-- <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>--> |
116 |
<arguments> |
<!-- <arguments>--> |
117 |
<argument>-s</argument> |
<!-- <argument>-s</argument>--> |
118 |
<argument>${project.build.directory}/../src</argument> |
<!-- <argument>${basedir}/src/main/resources</argument>--> |
119 |
<argument>-b</argument> |
<!-- <argument>-b</argument>--> |
120 |
<argument>de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle</argument> |
<!-- <argument>de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle</argument>--> |
121 |
</arguments> |
<!-- </arguments>--> |
122 |
</configuration> |
<!-- </configuration>--> |
123 |
</execution> |
<!-- </execution>--> |
124 |
</executions> |
<!-- </executions>--> |
125 |
</plugin> |
<!-- </plugin>--> |
126 |
</plugins> |
<!-- </plugins>--> |
127 |
</build> |
<!-- </build>--> |
128 |
</profile> |
<!-- </profile>--> |
129 |
</profiles> |
<!-- </profiles>--> |
130 |
|
|
131 |
</project> |
</project> |