You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/05/30 20:39:41 UTC

svn commit: r410342 - /maven/site/trunk/pom.xml

Author: carlos
Date: Tue May 30 11:39:40 2006
New Revision: 410342

URL: http://svn.apache.org/viewvc?rev=410342&view=rev
Log:
Set packaging to pom

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=410342&r1=410341&r2=410342&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Tue May 30 11:39:40 2006
@@ -8,7 +8,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-site</artifactId>
-  
+  <packaging>pom</packaging>
+
   <repositories>
     <repository>
       <id>apache.snapshots</id>