improved descriptions

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1145367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2011-07-11 21:42:02 +00:00
parent b701715a9b
commit dc0bdc876c
4 changed files with 7 additions and 13 deletions

View File

@ -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. -->

View File

@ -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":
+----

View File

@ -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>

View File

@ -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>