diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-11-05 20:58:02 +0100 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-11-05 20:58:02 +0100 |
commit | bfaf912f7f41b87cf3add73fefe1d86dbefe6abc (patch) | |
tree | c174347498c975e1b6c02cee21f78b6faa6e3aa7 /src/it | |
parent | 5f3d4a7de54c13dff30f3e61761b693e26c406fa (diff) | |
download | maven-nar-plugin-bfaf912f7f41b87cf3add73fefe1d86dbefe6abc.tar.gz maven-nar-plugin-bfaf912f7f41b87cf3add73fefe1d86dbefe6abc.tar.bz2 maven-nar-plugin-bfaf912f7f41b87cf3add73fefe1d86dbefe6abc.tar.xz maven-nar-plugin-bfaf912f7f41b87cf3add73fefe1d86dbefe6abc.zip |
Layout by user (executable in it0016) should also be 2.0
Diffstat (limited to 'src/it')
-rw-r--r-- | src/it/it0016-layout/it0016-executable-dep-lib-shared/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/it/it0016-layout/it0016-executable-dep-lib-shared/pom.xml b/src/it/it0016-layout/it0016-executable-dep-lib-shared/pom.xml index 95b34e0..e73be91 100644 --- a/src/it/it0016-layout/it0016-executable-dep-lib-shared/pom.xml +++ b/src/it/it0016-layout/it0016-executable-dep-lib-shared/pom.xml @@ -48,6 +48,7 @@ under the License. <artifactId>maven-nar-plugin</artifactId> <extensions>true</extensions> <configuration> + <layout>NarLayout20</layout> <libraries> <library> <type>executable</type> |