You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/11/29 16:42:26 UTC

svn commit: r1717080 - in /maven/pom/trunk/maven: maven-plugins/site-pom.xml site-pom.xml

Author: hboutemy
Date: Sun Nov 29 15:42:26 2015
New Revision: 1717080

URL: http://svn.apache.org/viewvc?rev=1717080&view=rev
Log:
[MPOM-95] last cleanup

Modified:
    maven/pom/trunk/maven/maven-plugins/site-pom.xml
    maven/pom/trunk/maven/site-pom.xml

Modified: maven/pom/trunk/maven/maven-plugins/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/site-pom.xml?rev=1717080&r1=1717079&r2=1717080&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/site-pom.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/site-pom.xml Sun Nov 29 15:42:26 2015
@@ -29,6 +29,7 @@ under the License.
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
+  <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugins</artifactId>
   <packaging>pom</packaging>
 

Modified: maven/pom/trunk/maven/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/site-pom.xml?rev=1717080&r1=1717079&r2=1717080&view=diff
==============================================================================
--- maven/pom/trunk/maven/site-pom.xml (original)
+++ maven/pom/trunk/maven/site-pom.xml Sun Nov 29 15:42:26 2015
@@ -79,13 +79,6 @@ under the License.
           <siteDirectory>${basedir}/src/site-docs</siteDirectory>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-scm-publish-plugin</artifactId>
-        <configuration>
-          <content>${project.reporting.outputDirectory}</content>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>