[MPOM-95] modified pom after move

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1714884 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven/maven-plugins/pom.xml b/maven/maven-plugins/pom.xml
index 1566535..70402f2 100644
--- a/maven/maven-plugins/pom.xml
+++ b/maven/maven-plugins/pom.xml
@@ -23,13 +23,12 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>27</version>
-    <relativePath>../../pom/maven/pom.xml</relativePath>
+    <version>30-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugins</artifactId>
-  <version>29-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Plugins</name>
diff --git a/maven/maven-plugins/site-pom.xml b/maven/maven-plugins/site-pom.xml
index 5d4e763..340f2e4 100644
--- a/maven/maven-plugins/site-pom.xml
+++ b/maven/maven-plugins/site-pom.xml
@@ -23,49 +23,20 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-plugins</artifactId>
-    <version>28</version>
-    <relativePath>./pom.xml</relativePath>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent.</artifactId>
+    <version>30-SNAPSHOT</version>
+    <relativePath>../site-pom.xml</relativePath>
   </parent>
 
-  <artifactId>maven-plugins.</artifactId>
+  <artifactId>maven-plugins</artifactId>
   <packaging>pom</packaging>
 
   <name>Apache Maven Plugins Parent POM</name>
   <description>This project consists of a POM that contains settings that are likely to be useful to any Maven plugin that is building and releasing code with Maven 2/3.</description>
-  <url>http://maven.apache.org/${maven.site.path}</url>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/</url>
-  </scm>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/MPOM/component/12314501</url>
   </issueManagement>
-
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</url>
-    </site>
-  </distributionManagement>
-
-  <properties>
-    <maven.site.path>pom-archives/maven-plugins-LATEST</maven.site.path>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <siteDirectory>${basedir}/src/site-docs</siteDirectory>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
diff --git a/maven/maven-skins/site-pom.xml b/maven/maven-skins/site-pom.xml
index d748efa..c5b7893 100644
--- a/maven/maven-skins/site-pom.xml
+++ b/maven/maven-skins/site-pom.xml
@@ -34,22 +34,9 @@
 
   <name>Apache Maven Skins Parent POM</name>
   <description>This project consists of a POM that contains settings that are likely to be useful to any Maven Skin that is building and releasing code with Maven 2/3.</description>
-  <url>http://maven.apache.org/pom/skins/</url>
 
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/MPOM/component/12317104</url>
   </issueManagement>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <siteDirectory>${basedir}/src/site-docs</siteDirectory>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
diff --git a/maven/pom.xml b/maven/pom.xml
index 3be2e10..9fe5c9b 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -790,6 +790,7 @@
 
   <modules>
     <module>maven-archetype-bundles</module>
+    <module>maven-plugins</module>
     <module>maven-skins</module>
   </modules>
 
diff --git a/maven/site-pom.xml b/maven/site-pom.xml
index 7e7e2bd..dd9d000 100644
--- a/maven/site-pom.xml
+++ b/maven/site-pom.xml
@@ -38,6 +38,7 @@
 
   <modules>
     <!--module>maven-archetype-bundles</module-->
+    <module>maven-plugins/site-pom.xml</module>
     <module>maven-skins/site-pom.xml</module>
   </modules>