diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index b84f0ef7..9aadafb5 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -26,8 +26,9 @@ - Allow use of maven.war.manifest to specify the manifest file location + Allow use of maven.war.manifest to specify the manifest file location. + Make docs more readable. preserve last modified time of source files in the exploded webapp diff --git a/war/xdocs/properties.xml b/war/xdocs/properties.xml index 87708654..d29cec2f 100644 --- a/war/xdocs/properties.xml +++ b/war/xdocs/properties.xml @@ -135,13 +135,12 @@ Subdirectory of web application context root directory where tag library descriptors (tld files) will be copied. - Maven WAR Plugin copies to this location all dependencies - (specified in the POM) of the - type "tld" and marked with special meta-information. + The Maven WAR Plugin copies to this location all dependencies, + specified in the POM, of the type tld and marked + with a property of war.bundle set to true. See the section below for more information.
- It defaults to - WEB-INF/tld. + It defaults to WEB-INF/tld. This setting is adhering to SUN Code Conventions for the JavaServer Pages @@ -149,10 +148,10 @@ -
+

- You must tell Maven what artifact you want included in the Webapp. This - is achieved by specifying meta-information in the POM, using the + You must tell Maven what artifacts you want included in the Webapp. This + is achieved by specifying a property in the POM, using the following syntax:

@@ -179,11 +178,11 @@ ]]>

- This process in type senstive. + This process is type senstive. Currently following types are supported:

    -
  1. jar
  2. -
  3. tld (see: maven.war.tld.dir)
  4. +
  5. jar (bundled into WEB-INF/lib)
  6. +
  7. tld (bundled into WEB-INF/tld, see: maven.war.tld.dir)