You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ws...@apache.org on 2006/11/12 23:16:57 UTC

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

Author: wsmoak
Date: Sun Nov 12 14:16:56 2006
New Revision: 474062

URL: http://svn.apache.org/viewvc?view=rev&rev=474062
Log:
Give the site module a name.

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?view=diff&rev=474062&r1=474061&r2=474062
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sun Nov 12 14:16:56 2006
@@ -9,6 +9,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-site</artifactId>
   <packaging>pom</packaging>
+  <name>Maven Site</name>
 
   <reporting>
     <excludeDefaults>true</excludeDefaults>