Author: sebb Date: Mon Apr 25 12:18:29 2016 New Revision: 1740827 URL: http://svn.apache.org/viewvc?rev=1740827&view=rev Log: More info on assembly phase change
Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt commons/proper/commons-parent/trunk/src/changes/changes.xml Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1740827&r1=1740826&r2=1740827&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Mon Apr 25 12:18:29 2016 @@ -5,7 +5,12 @@ The Apache Commons Parent team is please The Apache Commons Parent POM provides common settings for all Apache Commons components. -Updates plugins and parent; fixes COMMONSSITE-87 and COMMONSSITE-82 +Updates plugins and parent; fixes COMMONSSITE-87 and COMMONSSITE-82. + +N.B. The assembly plugin now runs in the verify phase (it was previously run in the package phase). See COMMONSSITE-87. +This allows child poms to create additional jars to be added to the assembly. +This will affect child poms that rely on the assembly occurring in the package phase. +They will need to be amended to use the verify phase instead. Changes in this version include: Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1740827&r1=1740826&r2=1740827&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Mon Apr 25 12:18:29 2016 @@ -59,7 +59,14 @@ The <action> type attribute can be add,u --> <body> - <release version="40" date="2016-04-24" description="Updates plugins and parent; fixes COMMONSSITE-87 and COMMONSSITE-82"> + <release version="40" date="2016-04-24" description="Updates plugins and parent; fixes COMMONSSITE-87 and COMMONSSITE-82. + + + +N.B. The assembly plugin now runs in the verify phase (it was previously run in the package phase). See COMMONSSITE-87. + This allows child poms to create additional jars to be added to the assembly. + This will affect child poms that rely on the assembly occurring in the package phase. + They will need to be amended to use the verify phase instead."> <action type="update">Update Apache Parent POM : 16 -> 17</action> <action type="update">COMMONSSITE-87 - ensure assembly plugin runs after all package phase plugins</action> <action type="update">COMMONSSITE-82 - use Commons Skin 4.1 (site.xml)</action>