Author: olamy
Date: Mon Feb 20 16:10:52 2012
New Revision: 1291338

URL: http://svn.apache.org/viewvc?rev=1291338&view=rev
Log:
clarify mandatory packaging of project for executable war plugin

Modified:
    tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm

Modified: tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm?rev=1291338&r1=1291337&r2=1291338&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm (original)
+++ tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm Mon Feb 20 
16:10:52 2012
@@ -32,12 +32,14 @@ Build an Executable War/Jar
 
  This is only supported with the tomcat7 plugin.
 
+ <<Note>> Your project must have packaging pom or war.
+
 * Additional Artifact to your war module
 
 +--
 <project>
   ...
-  <packaging>war</packaging>
+  <packaging>war or pom</packaging>
   ...
   <build>
     ...



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to