From bfe32fa8112c622d29026549091716776240ba3b Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Fri, 18 Dec 2009 14:31:04 +0100 Subject: Fixed NAR-121 --- src/site/apt/compatibility.apt | 32 ++++++++++++++++++++++++++++++++ src/site/site.xml | 2 ++ 2 files changed, 34 insertions(+) create mode 100644 src/site/apt/compatibility.apt (limited to 'src/site') diff --git a/src/site/apt/compatibility.apt b/src/site/apt/compatibility.apt new file mode 100644 index 0000000..ce25282 --- /dev/null +++ b/src/site/apt/compatibility.apt @@ -0,0 +1,32 @@ + --- +Maven NAR Plugin + --- + --- +Mark Donszelmann + --- + +Compatibility + + For most of the NAR plugin we try to keep things backwards compatible. Versions 1.x were +made for Maven 1 and therefore we are not compatible with those. + + In the NAR Plugin 2.x series we had to introduce some backward incompatibilites and other changes. +Below a (rather incomplete) list. + +* Version 2.1.x + + * The internal layout of the nar files (.nar extension) is stable. No changes were made. + + * The layout of the files under target and under the unpacked directory has changed. For more +information see NarLayout21 (version 2.1.x and up) and NarLayout20 (version 2.0.x). + + * The dependency in 2.0 used to be without a specified. You now need to specify nar +as this is more in line with the standard of maven. It also allows the NAR plugin to find dependencies +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. + + [] + diff --git a/src/site/site.xml b/src/site/site.xml index 7e98cd5..918522f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -44,6 +44,8 @@ under the License. + + -- cgit v1.2.3