Wiki source code of Preparing the Maven POM
Version 10.1 by Ulrich Köster on 2006/08/19 12:46
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
4.1 | 1 | <build> |
![]() |
10.1 | 2 | <sourceDirectory>${{basedir}}{{/basedir}}/src/java</sourceDirectory> |
![]() |
4.1 | 3 | <resources> |
4 | <resource> | ||
![]() |
10.1 | 5 | <directory>${{basedir}}{{/basedir}}/src/java</directory> |
![]() |
4.1 | 6 | <includes> |
7 | <include>/**.properties</include> | ||
8 | <include>/**.wo/</include> | ||
9 | <include>/**.api</include> | ||
10 | </includes> | ||
11 | <excludes> | ||
12 | <exclude>/build**.properties</exclude> | ||
13 | <exclude>project.properties</exclude> | ||
14 | <exclude>target/</exclude> | ||
15 | </excludes> | ||
16 | <filtering>false</filtering> | ||
17 | </resource> | ||
18 | <resource> | ||
![]() |
10.1 | 19 | <directory>${{basedir}}{{/basedir}}/Resources</directory> |
![]() |
4.1 | 20 | <targetPath>Resources</targetPath> |
21 | </resource> | ||
22 | </resources> | ||
23 | </build> |