summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorunknown <duns@.(none)>2009-10-09 16:35:31 +0200
committerunknown <duns@.(none)>2009-10-09 16:35:31 +0200
commitdc084e13d617d00db21bb7b52519f9dab8fb921b (patch)
tree76c711de831e46bbc2fd27ceece9fa73df96db1c /pom.xml
parent2505566a2cb00112a11dbd702293ee4354ff8c90 (diff)
downloadmaven-nar-plugin-dc084e13d617d00db21bb7b52519f9dab8fb921b.tar.gz
maven-nar-plugin-dc084e13d617d00db21bb7b52519f9dab8fb921b.tar.bz2
maven-nar-plugin-dc084e13d617d00db21bb7b52519f9dab8fb921b.tar.xz
maven-nar-plugin-dc084e13d617d00db21bb7b52519f9dab8fb921b.zip
Updated pom to include tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4add6a8..c71e7a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,9 @@
<setupInclude>it0007-lib-shared/pom.xml</setupInclude>
<setupInclude>it0010-lib-static/pom.xml</setupInclude>
</setupIncludes>
+ <pomIncludes>
+ <pomInclude>*/pom.xml</pomInclude>
+ </pomIncludes>
<pomExcludes>
<pomExclude>it-parent/**</pomExclude>
</pomExcludes>