From 19b345606e6ca28a2caada8237405d59f4b97cb5 Mon Sep 17 00:00:00 2001 From: sthelen Date: Wed, 26 May 2010 15:50:05 +0800 Subject: Enhanced usage documentation a bit. As the plugin strips the part after the last dash of a classifier to interpret it as the library type it must be specified or else the classifier will be truncated at the wrong possition. - There is not check if the last part really is a type or part of the classifier. --- src/site/apt/usage.apt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/site/apt/usage.apt b/src/site/apt/usage.apt index b597732..83f937b 100644 --- a/src/site/apt/usage.apt +++ b/src/site/apt/usage.apt @@ -141,6 +141,9 @@ to pick up the unpacked libraries. Note there is no "nar" packaging as the normal packaging for assemblies would be "pom". + This example assumes that the dependencies are jni libraries. +In other cases the classifiers must be adapted accordingly. + +-- ... @@ -166,9 +169,9 @@ assemblies would be "pom". maven-nar-plugin - x86-Windows-msvc - ppc-MacOSX-g++ - i386-Linux-g++ + x86-Windows-msvc-jni + ppc-MacOSX-g++-jni + i386-Linux-g++-jni -- cgit v1.2.3