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 2010/08/15 11:20:26 UTC

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

Author: dennisl
Date: Sun Aug 15 09:20:26 2010
New Revision: 985636

URL: http://svn.apache.org/viewvc?rev=985636&view=rev
Log:
o Remove example that is available at the site for Maven Archiver.

Modified:
    maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/war-manifest-guide.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=985636&r1=985635&r2=985636&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 Sun Aug 15 09:20:26 2010
@@ -33,41 +33,6 @@ WAR Manifest Customization
  {{{http://maven.apache.org/shared/maven-archiver/index.html}Maven Archiver}}.
  This version of Maven WAR Plugin uses Maven Archiver ${mavenArchiverVersion}.
 
-+--------------------+
-<project>
-  ...
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-war-plugin</artifactId>
-        <version>${project.version}</version>
-        <configuration>
-          <archive>
-            <manifestEntries>
-              <manifest_entry>value</manifest_entry>
-            </manifestEntries>
-          </archive>
-        </configuration>
-      </plugin>
-      ...
-    </plugins>
-  </build>
-  ...
-</project>
-+--------------------+
-
-  The <<<pom.xml>>> would generate this <<<META-INF/MANIFEST.MF>>> in your war.
-
-+--------------------+
-Manifest-Version: 1.0
-Archiver-Version: Plexus Archiver
-Created-By: Apache Maven
-Built-By: ${user.name}
-Build-Jdk: ${java.version}
-manifest_entry: value
-+--------------------+
-
 *Generating a manifest classpath
 
   Generating a manifest classpath for a WAR is similar to for a JAR, but there are a couple of slight differences since