summaryrefslogtreecommitdiff
path: root/src/it/it0005-jni-static/pom.xml
diff options
context:
space:
mode:
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>