You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/01/07 16:59:51 UTC

svn commit: r1429863 - /tomcat/trunk/res/maven/tomcat.pom

Author: markt
Date: Mon Jan  7 15:59:51 2013
New Revision: 1429863

URL: http://svn.apache.org/viewvc?rev=1429863&view=rev
Log:
Tweak the pom so we don't get a copy of the pom with a .jar extension

Modified:
    tomcat/trunk/res/maven/tomcat.pom

Modified: tomcat/trunk/res/maven/tomcat.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat.pom?rev=1429863&r1=1429862&r2=1429863&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat.pom (original)
+++ tomcat/trunk/res/maven/tomcat.pom Mon Jan  7 15:59:51 2013
@@ -22,6 +22,7 @@
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Binary distribution of Apache Tomcat</description>
   <url>http://tomcat.apache.org/</url>
+  <packaging>pom</packaging>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>



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