2 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 |
<modelVersion>4.0.0</modelVersion> |
<modelVersion>4.0.0</modelVersion> |
4 |
|
|
|
<groupId>de.schmitzm</groupId> |
|
5 |
<artifactId>schmitzm-core</artifactId> |
<artifactId>schmitzm-core</artifactId> |
|
<version>2.7-SNAPSHOT</version> |
|
6 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
7 |
|
|
8 |
<parent> |
<parent> |
9 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
10 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
11 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
12 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
13 |
</parent> |
</parent> |
14 |
|
|
16 |
<url>http://maven.apache.org</url> |
<url>http://maven.apache.org</url> |
17 |
|
|
18 |
<dependencies> |
<dependencies> |
19 |
|
|
20 |
<dependency> |
<dependency> |
21 |
<groupId>javax.media</groupId> |
<groupId>javax.media</groupId> |
22 |
<artifactId>jai_core</artifactId> |
<artifactId>jai_core</artifactId> |
51 |
</dependency> |
</dependency> |
52 |
|
|
53 |
<dependency> |
<dependency> |
|
<groupId>org.supercsv</groupId> |
|
|
<artifactId>supercsv</artifactId> |
|
|
<version>1.52</version> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
54 |
<groupId>com.miglayout</groupId> |
<groupId>com.miglayout</groupId> |
55 |
<artifactId>miglayout</artifactId> |
<artifactId>miglayout</artifactId> |
56 |
<version>3.7.4</version> |
<version>3.7.4</version> |
58 |
<scope>compile</scope> |
<scope>compile</scope> |
59 |
</dependency> |
</dependency> |
60 |
|
|
61 |
|
<!-- <dependency> --> |
62 |
|
<!-- <groupId>org.supercsv</groupId> --> |
63 |
|
<!-- <artifactId>supercsv</artifactId> --> |
64 |
|
<!-- <version>1.52</version> --> |
65 |
|
<!-- </dependency> --> |
66 |
|
|
67 |
<dependency> |
<dependency> |
68 |
<groupId>com.toedter</groupId> |
<groupId>com.toedter</groupId> |
69 |
<artifactId>jcalendar</artifactId> |
<artifactId>jcalendar</artifactId> |
94 |
<scope>compile</scope> |
<scope>compile</scope> |
95 |
</dependency> |
</dependency> |
96 |
|
|
|
<!-- <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> |
|
|
<version>2.6.12</version> <scope>test</scope> </dependency> <dependency> |
|
|
<groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.7</version> |
|
|
<type>jar</type> <scope>test</scope> </dependency> --> |
|
97 |
<dependency> |
<dependency> |
98 |
<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene |
<!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene |
99 |
den gp export --> |
den gp export --> |
100 |
<groupId>commons-lang</groupId> |
<groupId>commons-lang</groupId> |
101 |
<artifactId>commons-lang</artifactId> |
<artifactId>commons-lang</artifactId> |
102 |
<version>2.3</version> |
<version>2.6</version> |
103 |
<!-- <version>2.4</version> --> |
<!-- <version>2.4</version> --> |
104 |
<type>jar</type> |
<type>jar</type> |
105 |
<scope>compile</scope> |
<scope>compile</scope> |
106 |
</dependency> |
</dependency> |
107 |
|
|
108 |
</dependencies> |
</dependencies> |
109 |
|
|
110 |
<build> |
<build> |
|
<plugins> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
<version>2.3.2</version> |
|
|
<configuration> |
|
|
<source>1.6</source> |
|
|
<target>1.6</target> |
|
|
<excludes> |
|
|
<exclude>**/.svn</exclude> |
|
|
</excludes> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugins> |
|
111 |
|
|
112 |
<pluginManagement> |
<pluginManagement> |
113 |
<plugins> |
<plugins> |
114 |
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
<!--This plugin's configuration is used to store Eclipse m2e settings |
115 |
|
only. It has no influence on the Maven build itself. --> |
116 |
<plugin> |
<plugin> |
117 |
<groupId>org.eclipse.m2e</groupId> |
<groupId>org.eclipse.m2e</groupId> |
118 |
<artifactId>lifecycle-mapping</artifactId> |
<artifactId>lifecycle-mapping</artifactId> |
145 |
</plugin> |
</plugin> |
146 |
</plugins> |
</plugins> |
147 |
</pluginManagement> |
</pluginManagement> |
|
</build> |
|
148 |
|
|
149 |
|
|
150 |
|
</build> |
151 |
|
|
152 |
<profiles> |
<profiles> |
153 |
<profile> |
<profile> |
154 |
<id>resourceOperationRemove</id> |
<id>resourceOperationRemove</id> |
173 |
<argument>-s</argument> |
<argument>-s</argument> |
174 |
<argument>${basedir}/src/main/resources</argument> |
<argument>${basedir}/src/main/resources</argument> |
175 |
<argument>-b</argument> |
<argument>-b</argument> |
176 |
<argument>de.schmitzm.swing.resource.locales.SwingResourceBundle;de.schmitzm.lang.resource.locales.LangResourceBundle;de.schmitzm.net.mail.resource.locales.MailResourceBundle;de.schmitzm.data.resource.locales.DataResourceBundle |
<argument>de.schmitzm.swing.resource.locales.SwingResourceBundle;de.schmitzm.lang.resource.locales.LangResourceBundle;de.schmitzm.net.mail.resource.locales.MailResourceBundle;de.schmitzm.data.resource.locales.DataResourceBundle;de.schmitzm.io.resource.locales.IOResourceBundle |
177 |
</argument> |
</argument> |
178 |
</arguments> |
</arguments> |
179 |
</configuration> |
</configuration> |