summaryrefslogtreecommitdiff
path: root/src/site/apt/compatibility.apt
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-12-18 15:04:11 +0100
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-12-18 15:04:11 +0100
commit4aff0d0091995309de6c889164565b308d9ce2a9 (patch)
treea4b8ac980dcf2331d72f304dd618ac749ef444eb /src/site/apt/compatibility.apt
parenta1dfd0235612a815efa7cdbb8f39b7e364e23553 (diff)
downloadmaven-nar-plugin-4aff0d0091995309de6c889164565b308d9ce2a9.tar.gz
maven-nar-plugin-4aff0d0091995309de6c889164565b308d9ce2a9.tar.bz2
maven-nar-plugin-4aff0d0091995309de6c889164565b308d9ce2a9.tar.xz
maven-nar-plugin-4aff0d0091995309de6c889164565b308d9ce2a9.zip
Fixed doc on NAR-121
Diffstat (limited to 'src/site/apt/compatibility.apt')
-rw-r--r--src/site/apt/compatibility.apt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/site/apt/compatibility.apt b/src/site/apt/compatibility.apt
index ce25282..19114a5 100644
--- a/src/site/apt/compatibility.apt
+++ b/src/site/apt/compatibility.apt
@@ -27,6 +27,11 @@ locally in a multi-module build.
* The main artifact is a jar file, where the NAR plugin attaches a -noarch nar file and some
platform specific nar files. When installed and or deployed the main jar file is renamed to a nar file,
hence the dependecy type change from jar to nar.
+
+ * The unpacking of nar files used to take place in a subdirectory of the local repositories
+directory of that artifact. As of 2.1.x we unpack in a subdirectory of the target directory. This
+used more diskspace (and a little time), however it avoids concurrent access to possibly half unpacked
+nar files when 2 or more maven invocations are running in parallel.
[]