summaryrefslogtreecommitdiff
path: root/src/it/it0005-jni-static/pom.xml
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-06 15:19:31 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-06 15:19:31 +0200
commit58feddd6f401561988487d2e40c4850d1f66deeb (patch)
treedafcfdef7ca1924e74e3bcd677f37cb0b6f8cf9f /src/it/it0005-jni-static/pom.xml
parent6cf097f0c054dba7b3de4391c31427be1b82154f (diff)
downloadmaven-nar-plugin-58feddd6f401561988487d2e40c4850d1f66deeb.tar.gz
maven-nar-plugin-58feddd6f401561988487d2e40c4850d1f66deeb.tar.bz2
maven-nar-plugin-58feddd6f401561988487d2e40c4850d1f66deeb.tar.xz
maven-nar-plugin-58feddd6f401561988487d2e40c4850d1f66deeb.zip
Fixed it0005
Diffstat (limited to 'src/it/it0005-jni-static/pom.xml')
-rw-r--r--src/it/it0005-jni-static/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/it/it0005-jni-static/pom.xml b/src/it/it0005-jni-static/pom.xml
index 97f51e5..f27a874 100644
--- a/src/it/it0005-jni-static/pom.xml
+++ b/src/it/it0005-jni-static/pom.xml
@@ -45,7 +45,7 @@ under the License.
-->
<build>
- <defaultGoal>integration-test</defaultGoal>
+ <defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-nar-plugin</artifactId>
@@ -55,7 +55,7 @@ under the License.
<libraries>
<library>
<type>jni</type>
- <narSystemPackage>com.mycompany.mypackage</narSystemPackage>
+ <narSystemPackage>it0005</narSystemPackage>
<linkCPP>false</linkCPP>
</library>
</libraries>