4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
7 |
<version>2.6-SNAPSHOT</version> |
<version>2.5-SNAPSHOT</version> |
8 |
<packaging>pom</packaging> |
<packaging>pom</packaging> |
9 |
<description>Describes maven pom settings for all schmitz modules</description> |
<description>Describes maven pom settings for all schmitz modules</description> |
10 |
|
|
90 |
<scope>system</scope> |
<scope>system</scope> |
91 |
<systemPath>${java.home}/../lib/tools.jar</systemPath> |
<systemPath>${java.home}/../lib/tools.jar</systemPath> |
92 |
</dependency> |
</dependency> |
93 |
|
|
94 |
|
<dependency> |
95 |
|
<groupId>junit</groupId> |
96 |
|
<artifactId>junit</artifactId> |
97 |
|
<version>4.8.2</version> |
98 |
|
<type>jar</type> |
99 |
|
<scope>test</scope> |
100 |
|
</dependency> |
101 |
|
|
102 |
|
<dependency> |
103 |
|
<!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded --> |
104 |
|
<!-- to 1.2.14 http://jira.codehaus.org/browse/MEV-649 --> |
105 |
|
<groupId>log4j</groupId> |
106 |
|
<artifactId>log4j</artifactId> |
107 |
|
<version>1.2.14</version> |
108 |
|
</dependency> |
109 |
</dependencies> |
</dependencies> |
110 |
|
|
111 |
<build> |
<build> |
257 |
<goal>java</goal> |
<goal>java</goal> |
258 |
</goals> |
</goals> |
259 |
<configuration> |
<configuration> |
260 |
<mainClass>schmitzm.lang.ResourceProviderOperator</mainClass> |
<mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass> |
261 |
<arguments> |
<arguments> |
262 |
<argument>-s</argument> |
<argument>-s</argument> |
263 |
<argument>${project.build.directory}/../src</argument> |
<argument>${project.build.directory}/../src</argument> |
264 |
<argument>-b</argument> |
<argument>-b</argument> |
265 |
<argument>schmitzm.geotools.gui.resource.locales.GTResourceBundle;schmitzm.swing.resource.locales.SwingResourceBundle;schmitzm.geotools.feature.resource.locales.FeatureResourceBundle;schmitzm.jfree.resource.locales.JFreeResourceBundle;schmitzm.lang.resource.locales.LangResourceBundle;schmitzm.mail.resource.locales.MailResourceBundle;schmitzm.data.resource.locales.DataResourceBundle |
<argument>dschmitzm.geotools.gui.resource.locales.GTResourceBundle;schmitzm.swing.resource.locales.SwingResourceBundle;schmitzm.geotools.feature.resource.locales.FeatureResourceBundle;schmitzm.jfree.resource.locales.JFreeResourceBundle;schmitzm.lang.resource.locales.LangResourceBundle;schmitzm.mail.resource.locales.MailResourceBundle;schmitzm.data.resource.locales.DataResourceBundle |
266 |
</argument> |
</argument> |
267 |
</arguments> |
</arguments> |
268 |
</configuration> |
</configuration> |