diff options
Diffstat (limited to 'src/it/it0014-multi-module')
-rw-r--r-- | src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0014-multi-module/it0014-lib-shared/pom.xml | 1 | ||||
-rw-r--r-- | src/it/it0014-multi-module/pom.xml | 4 |
3 files changed, 3 insertions, 4 deletions
diff --git a/src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml b/src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml index 997ec91..90439ad 100644 --- a/src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml +++ b/src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml @@ -42,7 +42,6 @@ under the License. </properties> <build> - <defaultGoal>integration-test</defaultGoal> <plugins> <plugin> <artifactId>maven-nar-plugin</artifactId> @@ -65,6 +64,7 @@ under the License. <groupId>org.apache.maven.its.nar</groupId> <artifactId>it0014-lib-shared</artifactId> <version>1.0-SNAPSHOT</version> + <type>nar</type> </dependency> </dependencies> </project> diff --git a/src/it/it0014-multi-module/it0014-lib-shared/pom.xml b/src/it/it0014-multi-module/it0014-lib-shared/pom.xml index d18fb04..8a71389 100644 --- a/src/it/it0014-multi-module/it0014-lib-shared/pom.xml +++ b/src/it/it0014-multi-module/it0014-lib-shared/pom.xml @@ -43,7 +43,6 @@ under the License. </properties> <build> - <defaultGoal>install</defaultGoal> <plugins> <plugin> <artifactId>maven-nar-plugin</artifactId> diff --git a/src/it/it0014-multi-module/pom.xml b/src/it/it0014-multi-module/pom.xml index 1b349dc..67f3f7c 100644 --- a/src/it/it0014-multi-module/pom.xml +++ b/src/it/it0014-multi-module/pom.xml @@ -40,10 +40,10 @@ under the License. <url>http://maven.apache.org/</url> <build> -<!-- <defaultGoal>integration-test</defaultGoal> ---> +<!-- <defaultGoal>install</defaultGoal> +--> </build> <modules> |