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/17 21:53:59 UTC

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

Author: hboutemy
Date: Tue Nov 17 20:53:59 2015
New Revision: 1714884

URL: http://svn.apache.org/viewvc?rev=1714884&view=rev
Log:
[MPOM-95] modified pom after move

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

Modified: maven/pom/trunk/maven/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/pom.xml?rev=1714884&r1=1714883&r2=1714884&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/pom.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/pom.xml Tue Nov 17 20:53:59 2015
@@ -23,13 +23,12 @@ under the License.
   <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>

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=1714884&r1=1714883&r2=1714884&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/site-pom.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/site-pom.xml Tue Nov 17 20:53:59 2015
@@ -23,49 +23,20 @@ under the License.
   <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>

Modified: maven/pom/trunk/maven/maven-skins/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-skins/site-pom.xml?rev=1714884&r1=1714883&r2=1714884&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-skins/site-pom.xml (original)
+++ maven/pom/trunk/maven/maven-skins/site-pom.xml Tue Nov 17 20:53:59 2015
@@ -34,22 +34,9 @@ under the License.
 
   <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>

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1714884&r1=1714883&r2=1714884&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Nov 17 20:53:59 2015
@@ -790,6 +790,7 @@ under the License.
 
   <modules>
     <module>maven-archetype-bundles</module>
+    <module>maven-plugins</module>
     <module>maven-skins</module>
   </modules>
 

Modified: maven/pom/trunk/maven/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/site-pom.xml?rev=1714884&r1=1714883&r2=1714884&view=diff
==============================================================================
--- maven/pom/trunk/maven/site-pom.xml (original)
+++ maven/pom/trunk/maven/site-pom.xml Tue Nov 17 20:53:59 2015
@@ -38,6 +38,7 @@ under the License.
 
   <modules>
     <!--module>maven-archetype-bundles</module-->
+    <module>maven-plugins/site-pom.xml</module>
     <module>maven-skins/site-pom.xml</module>
   </modules>