4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
7 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-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 |
|
|
14 |
<properties> |
<properties> |
15 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 |
<schmitzm.version>${project.version}</schmitzm.version> |
<schmitzm.version>${project.version}</schmitzm.version> |
17 |
<!-- <geotools.version>8-SNAPSHOT</geotools.version> --> |
<!-- <geotools.version>8-SNAPSHOT</geotools.version> --> |
18 |
<geotools.version>2.7.5</geotools.version> |
<geotools.version>2.7.5</geotools.version> |
19 |
</properties> |
</properties> |
20 |
|
|
21 |
<issueManagement> |
<issueManagement> |
100 |
<type>jar</type> |
<type>jar</type> |
101 |
<scope>test</scope> |
<scope>test</scope> |
102 |
</dependency> |
</dependency> |
103 |
|
|
104 |
<dependency> |
<dependency> |
105 |
<!-- 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 --> |
106 |
<!-- to 1.2.14 http://jira.codehaus.org/browse/MEV-649 --> |
<!-- to 1.2.14 http://jira.codehaus.org/browse/MEV-649 --> |
107 |
<groupId>log4j</groupId> |
<groupId>log4j</groupId> |
108 |
<artifactId>log4j</artifactId> |
<artifactId>log4j</artifactId> |
109 |
<version>1.2.14</version> |
<version>1.2.14</version> |
136 |
<plugin> |
<plugin> |
137 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |
138 |
<artifactId>maven-compiler-plugin</artifactId> |
<artifactId>maven-compiler-plugin</artifactId> |
139 |
<version>2.3.2</version> |
<version>2.5.1</version> |
140 |
<configuration> |
<configuration> |
141 |
<source>1.6</source> |
<!-- <source>1.6</source> <target>1.6</target> --> |
|
<target>1.6</target> |
|
142 |
<excludes> |
<excludes> |
143 |
<exclude>**/.svn</exclude> <!-- ??? --> |
<exclude>**/.svn</exclude> |
144 |
</excludes> |
</excludes> |
145 |
</configuration> |
</configuration> |
146 |
</plugin> |
</plugin> |
147 |
|
|
148 |
<!-- <plugin> --> |
<plugin> |
149 |
<!-- <artifactId>maven-antrun-plugin</artifactId> --> |
<artifactId>maven-antrun-plugin</artifactId> |
150 |
<!-- <version>1.3</version> --> |
<version>1.3</version> |
151 |
|
|
152 |
<!-- <executions> --> |
<executions> |
153 |
<!-- <execution> --> |
<execution> |
154 |
<!-- <phase>compile</phase> --> |
<phase>compile</phase> |
155 |
<!-- <goals> --> |
<goals> |
156 |
<!-- <goal>run</goal> --> |
<goal>run</goal> |
157 |
<!-- </goals> --> |
</goals> |
158 |
<!-- <configuration> --> |
<configuration> |
159 |
|
|
160 |
<!-- <tasks> --> |
<tasks> |
161 |
<!-- <taskdef resource="net/sf/antcontrib/antlib.xml"> --> |
<taskdef resource="net/sf/antcontrib/antlib.xml"> |
162 |
<!-- <classpath refid="maven.dependency.classpath" /> --> |
<classpath refid="maven.dependency.classpath" /> |
163 |
<!-- </taskdef> --> |
</taskdef> |
164 |
|
|
165 |
<!-- <typedef name="native2ascii" --> |
<typedef name="native2ascii" |
166 |
<!-- classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii"> --> |
classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii"> |
167 |
<!-- <classpath refid="maven.dependency.classpath" /> --> |
<classpath refid="maven.dependency.classpath" /> |
168 |
<!-- </typedef> --> |
</typedef> |
169 |
|
|
170 |
<!-- <for param="file" --> |
<for param="file" |
171 |
<!-- description="Alle .properties nach .propertieNative umbenennen"> --> |
description="Alle .properties nach .propertieNative umbenennen"> |
172 |
<!-- <path> --> |
<path> |
173 |
<!-- <fileset dir="src" includes="**/*.properties" /> --> |
<fileset dir="src" includes="**/*.properties" /> |
174 |
<!-- </path> --> |
</path> |
175 |
<!-- <sequential> --> |
<sequential> |
176 |
<!-- <move file="@{file}" overwrite="true" tofile="@{file}Native" --> |
<move file="@{file}" overwrite="true" tofile="@{file}Native" |
177 |
<!-- verbose="false" preservelastmodified="true" /> --> |
verbose="false" preservelastmodified="true" /> |
178 |
<!-- </sequential> --> |
</sequential> |
179 |
<!-- </for> --> |
</for> |
180 |
|
|
181 |
<!-- <native2ascii encoding="UTF8" src="src" --> |
<native2ascii encoding="UTF8" src="src" |
182 |
<!-- includes="**/*.propertiesNative" dest="src" ext=".properties" /> --> |
includes="**/*.propertiesNative" dest="src" ext=".properties" /> |
183 |
|
|
184 |
<!-- <for param="file"> --> |
<for param="file"> |
185 |
<!-- <path> --> |
<path> |
186 |
<!-- <fileset dir="src" includes="**/*.propertiesNative" /> --> |
<fileset dir="src" includes="**/*.propertiesNative" /> |
187 |
<!-- </path> --> |
</path> |
188 |
<!-- <sequential> --> |
<sequential> |
189 |
<!-- <delete file="@{file}" quiet="true" /> --> |
<delete file="@{file}" quiet="true" /> |
190 |
<!-- </sequential> --> |
</sequential> |
191 |
<!-- </for> --> |
</for> |
192 |
|
|
193 |
<!-- </tasks> --> |
</tasks> |
194 |
<!-- </configuration> --> |
</configuration> |
195 |
<!-- </execution> --> |
</execution> |
196 |
<!-- </executions> --> |
</executions> |
197 |
<!-- </plugin> --> |
</plugin> |
198 |
|
|
199 |
|
<plugin> |
200 |
|
<groupId>org.apache.maven.plugins</groupId> |
201 |
|
<artifactId>maven-compiler-plugin</artifactId> |
202 |
|
<version>2.5.1</version> |
203 |
|
<configuration> |
204 |
|
<source>1.7</source> |
205 |
|
<target>1.7</target> |
206 |
|
|
207 |
|
<showDeprecation>true</showDeprecation> |
208 |
|
<showWarnings>true</showWarnings> |
209 |
|
<executable>${env.JAVA_HOME}/bin/javac</executable> |
210 |
|
<fork>true</fork> |
211 |
|
|
212 |
|
<excludes> |
213 |
|
<exclude>**/.svn</exclude> |
214 |
|
</excludes> |
215 |
|
</configuration> |
216 |
|
</plugin> |
217 |
</plugins> |
</plugins> |
218 |
<pluginManagement> |
<pluginManagement> |
219 |
<plugins> |
<plugins> |
220 |
<!--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 |
221 |
|
only. It has no influence on the Maven build itself. --> |
222 |
<plugin> |
<plugin> |
223 |
<groupId>org.eclipse.m2e</groupId> |
<groupId>org.eclipse.m2e</groupId> |
224 |
<artifactId>lifecycle-mapping</artifactId> |
<artifactId>lifecycle-mapping</artifactId> |
251 |
</plugin> |
</plugin> |
252 |
</plugins> |
</plugins> |
253 |
</pluginManagement> |
</pluginManagement> |
254 |
|
|
255 |
|
|
256 |
|
|
257 |
|
|
258 |
|
|
259 |
|
|
260 |
|
|
261 |
</build> |
</build> |
262 |
|
|
263 |
|
|
300 |
</snapshotRepository> |
</snapshotRepository> |
301 |
|
|
302 |
</distributionManagement> |
</distributionManagement> |
303 |
|
|
304 |
</project> |
</project> |