summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMark Donszelmann <duns@ubuntu.(none)>2009-10-09 02:55:56 -0700
committerMark Donszelmann <duns@ubuntu.(none)>2009-10-09 02:55:56 -0700
commit3e89726b2b1bb1f5d08e8360250ba12efcf3dacf (patch)
tree307bd56cb65db1877efb47203632722a0411c5db /pom.xml
parentab7af4989295ee834ed3aad9ef3c022c4a80967e (diff)
downloadmaven-nar-plugin-3e89726b2b1bb1f5d08e8360250ba12efcf3dacf.tar.gz
maven-nar-plugin-3e89726b2b1bb1f5d08e8360250ba12efcf3dacf.tar.bz2
maven-nar-plugin-3e89726b2b1bb1f5d08e8360250ba12efcf3dacf.tar.xz
maven-nar-plugin-3e89726b2b1bb1f5d08e8360250ba12efcf3dacf.zip
Added binaries for amd64-Linux-g++; added -fPIC to compilers on amd64; Fixed order of it tests in pom
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3c81a99..4fa87dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,6 +135,11 @@
<!-- FAILS to run, see ReleaseNotes
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
-->
+ <setupIncludes>
+ <setupInclude>it0003-jni/pom.xml</setupInclude>
+ <setupInclude>it0007-lib-shared/pom.xml</setupInclude>
+ <setupInclude>it0010-lib-static/pom.xml</setupInclude>
+ </setupIncludes>
<pomExcludes>
<pomExclude>it-parent/**</pomExclude>
</pomExcludes>