6 |
<artifactId>schmitzm-library</artifactId> |
<artifactId>schmitzm-library</artifactId> |
7 |
<name>schmitzm-library</name> |
<name>schmitzm-library</name> |
8 |
<version>2.4-SNAPSHOT</version> |
<version>2.4-SNAPSHOT</version> |
9 |
<description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description> |
<description>A jar full of utility methods for Java6, Swing, Geotools |
10 |
|
and JFreeChart</description> |
11 |
|
|
12 |
<issueManagement> |
<issueManagement> |
13 |
<system>gforge</system> |
<system>gforge</system> |
148 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
149 |
<type>jar</type> |
<type>jar</type> |
150 |
<scope>compile</scope> |
<scope>compile</scope> |
151 |
|
<exclusions> |
152 |
|
<!-- We use miglayout 3.7.3, not 3.7 --> |
153 |
|
<exclusion> |
154 |
|
<groupId>com.miglayout</groupId> |
155 |
|
<artifactId>miglayout</artifactId> |
156 |
|
<classifier>swing</classifier> |
157 |
|
</exclusion> |
158 |
|
</exclusions> |
159 |
</dependency> |
</dependency> |
160 |
|
|
161 |
<dependency> |
<dependency> |
188 |
<type>jar</type> |
<type>jar</type> |
189 |
<scope>compile</scope> |
<scope>compile</scope> |
190 |
</dependency> |
</dependency> |
191 |
|
<!----> |
192 |
<dependency> |
<!-- <dependency> --> |
193 |
<groupId>org.slf4j</groupId> |
<!-- <groupId>org.slf4j</groupId> --> |
194 |
<artifactId>slf4j-log4j12</artifactId> |
<!-- <artifactId>slf4j-log4j12</artifactId> --> |
195 |
<version>1.5.11</version> |
<!-- <version>1.5.11</version> --> |
196 |
<type>jar</type> |
<!-- <type>jar</type> --> |
197 |
<scope>compile</scope> |
<!-- <scope>compile</scope> --> |
198 |
</dependency> |
<!-- </dependency> --> |
199 |
|
|
200 |
<dependency> |
<dependency> |
201 |
<!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded |
<!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded |
208 |
<dependency> |
<dependency> |
209 |
<groupId>junit</groupId> |
<groupId>junit</groupId> |
210 |
<artifactId>junit</artifactId> |
<artifactId>junit</artifactId> |
211 |
<version>4.8.1</version> |
<version>4.8.2</version> |
212 |
<type>jar</type> |
<type>jar</type> |
213 |
<scope>test</scope> |
<scope>test</scope> |
214 |
</dependency> |
</dependency> |
249 |
<groupId>com.miglayout</groupId> |
<groupId>com.miglayout</groupId> |
250 |
<artifactId>miglayout</artifactId> |
<artifactId>miglayout</artifactId> |
251 |
<version>3.7.3</version> |
<version>3.7.3</version> |
252 |
|
<classifier>swing</classifier> |
253 |
|
<scope>compile</scope> |
254 |
</dependency> |
</dependency> |
255 |
|
|
256 |
<dependency> |
<dependency> |
493 |
<snapshots /> |
<snapshots /> |
494 |
<id>snapshots</id> |
<id>snapshots</id> |
495 |
<name>libs-snapshots</name> |
<name>libs-snapshots</name> |
496 |
<url>http://artifactory.wikisquare.de/artifactory/libs-snapshots</url> |
<url>http://artifactory.wikisquare.de/artifactory/libs-snapshots |
497 |
|
</url> |
498 |
</repository> |
</repository> |
499 |
|
|
500 |
</repositories> |
</repositories> |
504 |
<repository> |
<repository> |
505 |
<id>artifactory.wikisquare.de</id> |
<id>artifactory.wikisquare.de</id> |
506 |
<name>artifactory.wikisquare.de-releases</name> |
<name>artifactory.wikisquare.de-releases</name> |
507 |
<url>http://artifactory.wikisquare.de/artifactory/libs-releases-local</url> |
<url>http://artifactory.wikisquare.de/artifactory/libs-releases-local |
508 |
|
</url> |
509 |
</repository> |
</repository> |
510 |
|
|
511 |
<snapshotRepository> |
<snapshotRepository> |
512 |
<id>artifactory.wikisquare.de</id> |
<id>artifactory.wikisquare.de</id> |
513 |
<name>artifactory.wikisquare.de-snapshots</name> |
<name>artifactory.wikisquare.de-snapshots</name> |
514 |
<url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local</url> |
<url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local |
515 |
|
</url> |
516 |
</snapshotRepository> |
</snapshotRepository> |
517 |
|
|
518 |
</distributionManagement> |
</distributionManagement> |
540 |
<argument>-s</argument> |
<argument>-s</argument> |
541 |
<argument>${project.build.directory}/../src</argument> |
<argument>${project.build.directory}/../src</argument> |
542 |
<argument>-b</argument> |
<argument>-b</argument> |
543 |
<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> |
<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 |
544 |
|
</argument> |
545 |
</arguments> |
</arguments> |
546 |
</configuration> |
</configuration> |
547 |
</execution> |
</execution> |