diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-05 15:39:24 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-05 15:39:24 +0200 |
commit | 75b9fcffc6709f9c65990f6d04d593d3bfb4743d (patch) | |
tree | 2dd831fc09fa1de47927ce45611e835238a2ea14 /src/it/it0011-executable-dep-lib-static | |
parent | b6e59ef1d0162f6ddacd8e675fd059cd306f62fe (diff) | |
download | maven-nar-plugin-75b9fcffc6709f9c65990f6d04d593d3bfb4743d.tar.gz maven-nar-plugin-75b9fcffc6709f9c65990f6d04d593d3bfb4743d.tar.bz2 maven-nar-plugin-75b9fcffc6709f9c65990f6d04d593d3bfb4743d.tar.xz maven-nar-plugin-75b9fcffc6709f9c65990f6d04d593d3bfb4743d.zip |
Added it0012-jni-dep-lib-static test
Diffstat (limited to 'src/it/it0011-executable-dep-lib-static')
-rw-r--r-- | src/it/it0011-executable-dep-lib-static/executable-dep-lib-static/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/it/it0011-executable-dep-lib-static/executable-dep-lib-static/pom.xml b/src/it/it0011-executable-dep-lib-static/executable-dep-lib-static/pom.xml index 85e7d82..6c78c71 100644 --- a/src/it/it0011-executable-dep-lib-static/executable-dep-lib-static/pom.xml +++ b/src/it/it0011-executable-dep-lib-static/executable-dep-lib-static/pom.xml @@ -30,6 +30,7 @@ under the License. <artifactId>it0011-executable-dep-lib-static</artifactId> <packaging>nar</packaging> + <name>Maven NAR Executable</name> <version>1.0-SNAPSHOT</version> <description> @@ -59,6 +60,7 @@ under the License. </plugin> </plugins> </build> + <dependencies> <dependency> <groupId>org.apache.maven.its.nar</groupId> |