You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/07/04 01:50:30 UTC

svn commit: r1142524 - /maven/plugins/trunk/maven-shade-plugin/src/site/site.xml

Author: bimargulies
Date: Sun Jul  3 23:50:29 2011
New Revision: 1142524

URL: http://svn.apache.org/viewvc?rev=1142524&view=rev
Log:
[MSHADE-85] Multiple executions: second eats output of first
Submitted by: Robert Burrell Donkin

o 'solved' by documenting the rather hard to remove restriction.

Modified:
    maven/plugins/trunk/maven-shade-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-shade-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/site/site.xml?rev=1142524&r1=1142523&r2=1142524&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/site/site.xml Sun Jul  3 23:50:29 2011
@@ -28,6 +28,7 @@ under the License.
       <item name="Introduction" href="index.html"/>
       <item name="Goals" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
+      <item name="FAQ" href="faq.html"/>
     </menu>
     <menu name="Examples">
       <item name="Selecting Contents for Uber JAR" href="examples/includes-excludes.html"/>