You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/04 17:45:11 UTC

svn commit: r1380687 - /maven/plugins/trunk/maven-scm-publish-plugin/src/site/site.xml

Author: olamy
Date: Tue Sep  4 15:45:11 2012
New Revision: 1380687

URL: http://svn.apache.org/viewvc?rev=1380687&view=rev
Log:
add link to examples

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

Modified: maven/plugins/trunk/maven-scm-publish-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-scm-publish-plugin/src/site/site.xml?rev=1380687&r1=1380686&r2=1380687&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/src/site/site.xml Tue Sep  4 15:45:11 2012
@@ -28,5 +28,8 @@ under the License.
       <item name="Usage" href="usage.html"/>
       <item name="Release Notes" href="jira-report.html"/>
     </menu>
+    <menu name="Example">
+      <item name="Importing Maven sites" href="examples/importing-maven-site.html"/>
+    </menu>
   </body>
 </project>