You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2014/04/08 00:42:00 UTC

svn commit: r1585610 - in /maven/resources/trunk: ./ apache-incubator-disclaimer-resource-bundle/ apache-jar-resource-bundle/ apache-jar-txt-resource-bundle/ apache-license-header-resource-bundle/ apache-resource-bundles/ apache-source-release-assembly...

Author: dennisl
Date: Mon Apr  7 22:41:59 2014
New Revision: 1585610

URL: http://svn.apache.org/r1585610
Log:
Remove all traces of the old web site. The site for Apache Resource Bundles is now a part of the main Maven site.

Removed:
    maven/resources/trunk/src/
Modified:
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml
    maven/resources/trunk/apache-jar-resource-bundle/pom.xml
    maven/resources/trunk/apache-jar-txt-resource-bundle/pom.xml
    maven/resources/trunk/apache-license-header-resource-bundle/pom.xml
    maven/resources/trunk/apache-resource-bundles/pom.xml
    maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml
    maven/resources/trunk/pom.xml
    maven/resources/trunk/resources-bundles-sample/pom.xml

Modified: maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml?rev=1585610&r1=1585609&r2=1585610&view=diff
==============================================================================
--- maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml Mon Apr  7 22:41:59 2014
@@ -37,18 +37,6 @@
     An archive which contains the standard Apache Incubator disclaimer.
   </description>
 
-  <url>${siteUrl}</url>
-  <properties>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles/apache-incubator-disclaimer-resource-bundle</siteDeployUrl>
-    <siteUrl>http://maven.apache.org/apache-resource-bundles/apache-incubator-disclaimer-resource-bundle</siteUrl>
-  </properties>
-  <distributionManagement>
-    <site>
-      <id>${siteDeployId}</id>
-      <url>${siteDeployUrl}</url>
-    </site>
-  </distributionManagement>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/resources/trunk/apache-incubator-disclaimer-resource-bundle</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/trunk/apache-incubator-disclaimer-resource-bundle</developerConnection>

Modified: maven/resources/trunk/apache-jar-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/pom.xml?rev=1585610&r1=1585609&r2=1585610&view=diff
==============================================================================
--- maven/resources/trunk/apache-jar-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-jar-resource-bundle/pom.xml Mon Apr  7 22:41:59 2014
@@ -43,16 +43,4 @@
     <url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk/apache-jar-resource-bundle</url>
   </scm>
 
-  <url>${siteUrl}</url>
-  <properties>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles/apache-jar-resource-bundle</siteDeployUrl>
-    <siteUrl>http://maven.apache.org/apache-resource-bundles/apache-jar-resource-bundle</siteUrl>
-  </properties>
-  <distributionManagement>
-    <site>
-      <id>${siteDeployId}</id>
-      <url>${siteDeployUrl}</url>
-    </site>
-  </distributionManagement>
-
 </project>

Modified: maven/resources/trunk/apache-jar-txt-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-txt-resource-bundle/pom.xml?rev=1585610&r1=1585609&r2=1585610&view=diff
==============================================================================
--- maven/resources/trunk/apache-jar-txt-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-jar-txt-resource-bundle/pom.xml Mon Apr  7 22:41:59 2014
@@ -44,16 +44,4 @@
     <url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk/apache-jar-txt-resource-bundle</url>
   </scm>
 
-  <url>${siteUrl}</url>
-  <properties>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles/apache-jar-txt-resource-bundle</siteDeployUrl>
-    <siteUrl>http://maven.apache.org/apache-resource-bundles/apache-jar-txt-resource-bundle</siteUrl>
-  </properties>
-  <distributionManagement>
-    <site>
-      <id>${siteDeployId}</id>
-      <url>${siteDeployUrl}</url>
-    </site>
-  </distributionManagement>
-
 </project>

Modified: maven/resources/trunk/apache-license-header-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-license-header-resource-bundle/pom.xml?rev=1585610&r1=1585609&r2=1585610&view=diff
==============================================================================
--- maven/resources/trunk/apache-license-header-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-license-header-resource-bundle/pom.xml Mon Apr  7 22:41:59 2014
@@ -43,16 +43,4 @@
     <url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk/apache-license-header-resource-bundle</url>
   </scm>
 
-  <url>${siteUrl}</url>
-  <properties>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles/apache-license-header-resource-bundle</siteDeployUrl>
-    <siteUrl>http://maven.apache.org/apache-resource-bundles/apache-license-header-resource-bundle</siteUrl>
-  </properties>
-  <distributionManagement>
-    <site>
-      <id>${siteDeployId}</id>
-      <url>${siteDeployUrl}</url>
-    </site>
-  </distributionManagement>
-
 </project>

Modified: maven/resources/trunk/apache-resource-bundles/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-resource-bundles/pom.xml?rev=1585610&r1=1585609&r2=1585610&view=diff
==============================================================================
--- maven/resources/trunk/apache-resource-bundles/pom.xml (original)
+++ maven/resources/trunk/apache-resource-bundles/pom.xml Mon Apr  7 22:41:59 2014
@@ -37,30 +37,23 @@
   <name>Apache Resource Bundles</name>
   <inceptionYear>2006</inceptionYear>
 
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/resources/trunk/apache-resource-bundles</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/trunk/apache-resource-bundles</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk/apache-resource-bundles</url>
   </scm>
 
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/MASFRES</url>
+  </issueManagement>
+
   <ciManagement>
     <url>https://builds.apache.org/job/maven-project-resources/</url>
     <system>Jenkins</system>
   </ciManagement>
 
-  <url>${siteUrl}</url>
-  <properties>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles/apache-resource-bundles</siteDeployUrl>
-    <siteDeployId>apache.website</siteDeployId>
-    <siteUrl>http://maven.apache.org/apache-resource-bundles/apache-resource-bundles</siteUrl>
-  </properties>
-  <distributionManagement>
-    <site>
-      <id>${siteDeployId}</id>
-      <url>${siteDeployUrl}</url>
-    </site>
-  </distributionManagement>
+  <!-- There is no distributionManagement for this project. The site is a part of the main Maven site. -->
 
   <build>
     <pluginManagement>

Modified: maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml?rev=1585610&r1=1585609&r2=1585610&view=diff
==============================================================================
--- maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml (original)
+++ maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml Mon Apr  7 22:41:59 2014
@@ -44,19 +44,9 @@ under the License.
     <url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk/apache-source-release-assembly-descriptor</url>
   </scm>
 
-  <url>${siteUrl}</url>
-  <distributionManagement>
-    <site>
-      <id>${siteDeployId}</id>
-      <url>${siteDeployUrl}</url>
-    </site>
-  </distributionManagement>
-  
   <!-- NOTE: Configuration below this line is for integration tests. -->
   
   <properties>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor</siteDeployUrl>
-    <siteUrl>http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor</siteUrl>
     <!-- The original Maven distribution to test. -->
     <mavenHome>${maven.home}</mavenHome>
     <!-- The (possibly instrumented copy of the) Maven distribution we actually use for the tests. -->

Modified: maven/resources/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?rev=1585610&r1=1585609&r2=1585610&view=diff
==============================================================================
--- maven/resources/trunk/pom.xml (original)
+++ maven/resources/trunk/pom.xml Mon Apr  7 22:41:59 2014
@@ -31,27 +31,10 @@
   <artifactId>apache-resource-bundles-aggregator</artifactId>
   <version>1-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <url>${siteUrl}</url>
 
-  <name>Apache Maven Resource Bundles</name>
+  <name>Apache Resource Bundles Aggregator</name>
   <inceptionYear>2012</inceptionYear>
 
-  <issueManagement>
-    <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MASFRES</url>
-  </issueManagement>
-
-  <properties>
-    <apache-jar-resource-bundle-version>1.5-SNAPSHOT</apache-jar-resource-bundle-version>
-    <apache-jar-txt-resource-bundle-version>1.5-SNAPSHOT</apache-jar-txt-resource-bundle-version>
-    <apache-incubator-disclaimer-resource-bundle-version>1.2-SNAPSHOT</apache-incubator-disclaimer-resource-bundle-version>
-    <apache-source-release-assembly-descriptor-version>1.0.5-SNAPSHOT</apache-source-release-assembly-descriptor-version>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles</siteDeployUrl>
-    <siteDeployId>apache.website</siteDeployId>
-    <siteUrl>http://maven.apache.org/apache-resource-bundles</siteUrl>
-  </properties>
-
-
   <modules>
     <module>apache-resource-bundles</module>
     <module>apache-jar-resource-bundle</module>
@@ -62,14 +45,6 @@
     <module>resources-bundles-sample</module>
   </modules>
 
-  <distributionManagement>
-    <!-- @todo Convert to svnpubsub for site deployment -->
-    <site>
-      <id>${siteDeployId}</id>
-      <url>${siteDeployUrl}</url>
-    </site>
-  </distributionManagement>
-
   <build>
     <plugins>
       <plugin>

Modified: maven/resources/trunk/resources-bundles-sample/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/resources-bundles-sample/pom.xml?rev=1585610&r1=1585609&r2=1585610&view=diff
==============================================================================
--- maven/resources/trunk/resources-bundles-sample/pom.xml (original)
+++ maven/resources/trunk/resources-bundles-sample/pom.xml Mon Apr  7 22:41:59 2014
@@ -33,9 +33,12 @@
   <version>1.0-SNAPSHOT</version>
 
   <name>resources-bundles-sample</name>
-  <url>http://maven.apache.org</url>
 
   <properties>
+    <apache-jar-resource-bundle-version>1.5-SNAPSHOT</apache-jar-resource-bundle-version>
+    <apache-jar-txt-resource-bundle-version>1.5-SNAPSHOT</apache-jar-txt-resource-bundle-version>
+    <apache-incubator-disclaimer-resource-bundle-version>1.2-SNAPSHOT</apache-incubator-disclaimer-resource-bundle-version>
+    <apache-source-release-assembly-descriptor-version>1.0.5-SNAPSHOT</apache-source-release-assembly-descriptor-version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>