211 |
</dependency> |
</dependency> |
212 |
|
|
213 |
<dependency> |
<dependency> |
214 |
<groupId>jdom</groupId> |
<groupId>org.jdom</groupId> |
215 |
<artifactId>jdom</artifactId> |
<artifactId>jdom</artifactId> |
216 |
<version>1.1</version> |
<version>1.1</version> |
217 |
</dependency> |
</dependency> |
224 |
<sourceDirectory>src</sourceDirectory> |
<sourceDirectory>src</sourceDirectory> |
225 |
<testSourceDirectory>src_junit</testSourceDirectory> |
<testSourceDirectory>src_junit</testSourceDirectory> |
226 |
|
|
227 |
<outputDirectory>classes</outputDirectory> |
<!-- <outputDirectory>classes</outputDirectory>--> |
228 |
<testOutputDirectory>test-classes</testOutputDirectory> |
<!-- <testOutputDirectory>test-classes</testOutputDirectory>--> |
229 |
|
<!-- <directory>dist</directory>--> |
230 |
|
|
|
<!-- <directory>dist</directory>--> |
|
231 |
<finalName>schmitzm-2.0.x</finalName> |
<finalName>schmitzm-2.0.x</finalName> |
232 |
|
|
233 |
<resources> |
<resources> |
246 |
|
|
247 |
|
|
248 |
<plugins> |
<plugins> |
249 |
|
<plugin> |
250 |
|
<groupId>org.apache.maven.plugins</groupId> |
251 |
|
<artifactId>maven-source-plugin</artifactId> |
252 |
|
<executions> |
253 |
|
<execution> |
254 |
|
<id>attach-sources</id> |
255 |
|
<goals> |
256 |
|
<goal>jar</goal> |
257 |
|
</goals> |
258 |
|
</execution> |
259 |
|
</executions> |
260 |
|
</plugin> |
261 |
|
|
262 |
<plugin> |
<plugin> |
263 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |