diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-12-10 09:32:49 +0100 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-12-10 09:32:49 +0100 |
commit | 8c046e79b56e71bd0a9f3787712963bc2523d8f1 (patch) | |
tree | a112eb574ceb04ec65999eb356843c47a019fa4a /src/it | |
parent | 8c1687f37f78a768668d7cd0a9caf4e151d0494a (diff) | |
download | maven-nar-plugin-8c046e79b56e71bd0a9f3787712963bc2523d8f1.tar.gz maven-nar-plugin-8c046e79b56e71bd0a9f3787712963bc2523d8f1.tar.bz2 maven-nar-plugin-8c046e79b56e71bd0a9f3787712963bc2523d8f1.tar.xz maven-nar-plugin-8c046e79b56e71bd0a9f3787712963bc2523d8f1.zip |
Progress on NAR-21
Diffstat (limited to 'src/it')
-rw-r--r-- | src/it/it0014-multi-module/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/it/it0014-multi-module/pom.xml b/src/it/it0014-multi-module/pom.xml index a87aad6..1b349dc 100644 --- a/src/it/it0014-multi-module/pom.xml +++ b/src/it/it0014-multi-module/pom.xml @@ -40,6 +40,9 @@ under the License. <url>http://maven.apache.org/</url> <build> +<!-- + <defaultGoal>integration-test</defaultGoal> +--> <defaultGoal>install</defaultGoal> </build> |