You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/05/25 22:04:16 UTC

svn commit: r778487 - /maven/components/branches/MNG-2766/maven-model/pom.xml

Author: bentmann
Date: Mon May 25 20:04:15 2009
New Revision: 778487

URL: http://svn.apache.org/viewvc?rev=778487&view=rev
Log:
o Fixed POM (the Site Plugin is a build plugin, not a reporting plugin)

Modified:
    maven/components/branches/MNG-2766/maven-model/pom.xml

Modified: maven/components/branches/MNG-2766/maven-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-model/pom.xml?rev=778487&r1=778486&r2=778487&view=diff
==============================================================================
--- maven/components/branches/MNG-2766/maven-model/pom.xml (original)
+++ maven/components/branches/MNG-2766/maven-model/pom.xml Mon May 25 20:04:15 2009
@@ -52,10 +52,6 @@
           </models>
         </configuration>
       </plugin>
-    </plugins>
-  </build>
-  <reporting>
-    <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
@@ -68,7 +64,7 @@
         </configuration>
       </plugin>
     </plugins>
-  </reporting>
+  </build>
 
   <profiles>
     <profile>