Wiki source code of Preparing the Maven POM
Version 7.1 by Ulrich Köster on 2006/08/19 12:48
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | <build> | ||
2 | <sourceDirectory>$basedir/src/java</sourceDirectory> | ||
3 | <resources> | ||
4 | <resource> | ||
5 | <directory>basedir/src/java</directory> | ||
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> | ||
19 | <directory>basedir/Resources</directory> | ||
20 | <targetPath>Resources</targetPath> | ||
21 | </resource> | ||
22 | </resources> | ||
23 | </build> |