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 2011/07/11 23:42:02 UTC

svn commit: r1145367 - in /maven/core-integration-testing/trunk: core-it-suite/pom.xml core-it-suite/src/site/apt/index.apt core-it-support/pom.xml pom.xml

Author: hboutemy
Date: Mon Jul 11 21:42:02 2011
New Revision: 1145367

URL: http://svn.apache.org/viewvc?rev=1145367&view=rev
Log:
improved descriptions

Modified:
    maven/core-integration-testing/trunk/core-it-suite/pom.xml
    maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt
    maven/core-integration-testing/trunk/core-it-support/pom.xml
    maven/core-integration-testing/trunk/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=1145367&r1=1145366&r2=1145367&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Mon Jul 11 21:42:02 2011
@@ -30,7 +30,8 @@ under the License.
 
   <artifactId>core-it-suite</artifactId>
 
-  <name>Maven Integration Tests</name>
+  <name>Maven ITs</name>
+  <description>The effective Maven Integration Tests suite.</description>
 
   <!--
   By default, the project just packages the tests in an artifact. To actually run them, activate the profile "run-its":
@@ -57,12 +58,6 @@ under the License.
   repository manager that proxies the required artifacts.
   -->
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-suite</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-suite</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite</url>
-  </scm>
-
   <properties>
     <surefireMemory>-Xmx384m -XX:MaxPermSize=128m</surefireMemory>
     <!-- The original Maven distribution to test. -->

Modified: maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt?rev=1145367&r1=1145366&r2=1145367&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt Mon Jul 11 21:42:02 2011
@@ -28,6 +28,8 @@
 
 Maven Integration Tests
 
+  This module provides the effective Integration Tests suite.
+
   By default, the project just packages the tests in an artifact. To actually run them, activate the profile "run-its":
   
 +----

Modified: maven/core-integration-testing/trunk/core-it-support/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/pom.xml?rev=1145367&r1=1145366&r2=1145367&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/pom.xml Mon Jul 11 21:42:02 2011
@@ -30,6 +30,7 @@ under the License.
   <packaging>pom</packaging>
 
   <name>Maven IT Support</name>
+  <description>Maven Integration Tests support tools, to completely decouple ITs from production plugins.</description>
 
   <modules>
     <module>core-it-plugins</module>
@@ -41,11 +42,6 @@ under the License.
     <module>core-it-extension</module>
   </modules>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support</url>
-  </scm>
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MNG</url>

Modified: maven/core-integration-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?rev=1145367&r1=1145366&r2=1145367&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Mon Jul 11 21:42:02 2011
@@ -34,7 +34,8 @@ under the License.
   <version>2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Maven Core Integration Tests</name>
+  <name>Maven Core ITs</name>
+  <description>Maven Core Integration Tests provide tooling to test every aspect of Maven functionalities with any Maven version.</description>
 
   <modules>
     <module>core-it-support</module>