You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/02/05 11:33:43 UTC

svn commit: r1067417 - in /maven/plugins/trunk/maven-war-plugin/src/site/apt: examples/war-manifest-guide.apt.vm usage.apt.vm

Author: dennisl
Date: Sat Feb  5 10:33:43 2011
New Revision: 1067417

URL: http://svn.apache.org/viewvc?rev=1067417&view=rev
Log:
o Move documentation about maven-archiver version to the usage page for consistency with other plugins.

Modified:
    maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt.vm
    maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt.vm?rev=1067417&r1=1067416&r2=1067417&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt.vm (original)
+++ maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.apt.vm Sat Feb  5 10:33:43 2011
@@ -31,7 +31,7 @@ WAR Manifest Customization
  The manifest can be customized by configuring the WAR Plugin's archiver. For full information on the different
  configuration options available check the documentation for
  {{{http://maven.apache.org/shared/maven-archiver/index.html}Maven Archiver}}.
- This version of Maven WAR Plugin uses Maven Archiver ${mavenArchiverVersion}.
+
 
 *Generating a manifest classpath
 

Modified: maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt.vm?rev=1067417&r1=1067416&r2=1067417&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt.vm Sat Feb  5 10:33:43 2011
@@ -43,6 +43,10 @@ Usage
  <<Note:>> When using the <<<war:>>> goals it is assumed that the <<<compile>>> phase is already done.
  The WAR Plugin is not responsible for compiling the java sources or copying the resources.
 
+ To handle archiving this version of Maven WAR Plugin uses
+ {{{http://maven.apache.org/shared/maven-archiver/index.html}Maven Archiver}} ${mavenArchiverVersion}.
+
+
 *Using the <<<package>>> phase with the project package type as war / invocation of the <<<war:war>>> goal
 
  This is the normal way of using the WAR Plugin.