[SUREFIRE-945] Top of web page is pretty opaque
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/0d4ca4de Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/0d4ca4de Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/0d4ca4de Branch: refs/heads/master Commit: 0d4ca4dec5955c95bfad8dd6f6353075897c028f Parents: 54c8f2f Author: Tibor17 <tibo...@lycos.com> Authored: Sun Oct 11 00:07:00 2015 +0200 Committer: Tibor17 <tibo...@lycos.com> Committed: Sun Oct 11 00:07:00 2015 +0200 ---------------------------------------------------------------------- maven-failsafe-plugin/pom.xml | 2 +- maven-surefire-common/pom.xml | 2 +- maven-surefire-plugin/pom.xml | 2 +- maven-surefire-report-plugin/pom.xml | 2 +- pom.xml | 3 ++- surefire-api/pom.xml | 2 +- surefire-booter/pom.xml | 2 +- surefire-grouper/pom.xml | 2 +- surefire-integration-tests/pom.xml | 2 +- surefire-providers/common-java5/pom.xml | 4 ++-- surefire-providers/common-junit3/pom.xml | 2 +- surefire-providers/common-junit4/pom.xml | 2 +- surefire-providers/common-junit48/pom.xml | 2 +- surefire-providers/pom.xml | 2 +- surefire-providers/surefire-junit3/pom.xml | 2 +- surefire-providers/surefire-junit4/pom.xml | 2 +- surefire-providers/surefire-junit47/pom.xml | 2 +- surefire-providers/surefire-testng-utils/pom.xml | 2 +- surefire-providers/surefire-testng/pom.xml | 2 +- surefire-report-parser/pom.xml | 1 - surefire-setup-integration-tests/pom.xml | 2 +- surefire-shadefire/pom.xml | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/maven-failsafe-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index 998bc9f..844f9fa 100644 --- a/maven-failsafe-plugin/pom.xml +++ b/maven-failsafe-plugin/pom.xml @@ -25,7 +25,6 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.maven.plugins</groupId> @@ -33,6 +32,7 @@ <packaging>maven-plugin</packaging> <name>Maven Failsafe Plugin</name> + <description>Maven Failsafe MOJO in maven-failsafe-plugin.</description> <prerequisites> <maven>2.2.1</maven> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/maven-surefire-common/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml index 4106272..d4484e6 100644 --- a/maven-surefire-common/pom.xml +++ b/maven-surefire-common/pom.xml @@ -25,12 +25,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>maven-surefire-common</artifactId> <name>Maven Surefire Common</name> + <description>API used in Surefire and Failsafe MOJO.</description> <prerequisites> <maven>2.2.1</maven> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/maven-surefire-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml index 4a40401..b321e7a 100644 --- a/maven-surefire-plugin/pom.xml +++ b/maven-surefire-plugin/pom.xml @@ -25,7 +25,6 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.maven.plugins</groupId> @@ -33,6 +32,7 @@ <packaging>maven-plugin</packaging> <name>Maven Surefire Plugin</name> + <description>Maven Surefire MOJO in maven-surefire-plugin.</description> <prerequisites> <maven>2.2.1</maven> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/maven-surefire-report-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml index f66d253..3938340 100644 --- a/maven-surefire-report-plugin/pom.xml +++ b/maven-surefire-report-plugin/pom.xml @@ -25,7 +25,6 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.maven.plugins</groupId> @@ -33,6 +32,7 @@ <packaging>maven-plugin</packaging> <name>Maven Surefire Report Plugin</name> + <description>Maven Surefire Report MOJO in maven-surefire-report-plugin.</description> <developers> <developer> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d2bd5c6..e49fd1d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,8 @@ <packaging>pom</packaging> <name>Apache Maven Surefire</name> - <description>Surefire is a test framework project.</description> + <description>Surefire is a test framework project. + This is the aggregator POM in Apache Maven Surefire project.</description> <url>http://maven.apache.org/surefire/</url> <inceptionYear>2004</inceptionYear> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-api/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml index 16ca416..9b38788 100644 --- a/surefire-api/pom.xml +++ b/surefire-api/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-api</artifactId> <name>SureFire API</name> + <description>API used in Surefire and Failsafe MOJO, Booter, Common and test framework providers.</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-booter/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml index 346d805..7194720 100644 --- a/surefire-booter/pom.xml +++ b/surefire-booter/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-booter</artifactId> <name>SureFire Booter</name> + <description>API and Facilities used by forked tests running in JVM sub-process.</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-grouper/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml index 940661a..617395a 100644 --- a/surefire-grouper/pom.xml +++ b/surefire-grouper/pom.xml @@ -25,12 +25,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-grouper</artifactId> <name>Maven Surefire Test-Grouping Support</name> + <description>Maven Surefire Test-Grouping Support</description> <prerequisites> <maven>2.2.1</maven> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml index e3f9691..caecc45 100644 --- a/surefire-integration-tests/pom.xml +++ b/surefire-integration-tests/pom.xml @@ -25,12 +25,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-integration-tests</artifactId> <name>Maven Surefire Integration Tests</name> + <description>Used internally testing MOJOs. The project is not deployed.</description> <properties> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/common-java5/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml index fdcafb5..ea4766f 100644 --- a/surefire-providers/common-java5/pom.xml +++ b/surefire-providers/common-java5/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>common-java5</artifactId> - <name>Shared java5 code for all providers.</name> + <name>Shared Java 5 Provider Base</name> + <description>Shared Java 5 code for all providers.</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/common-junit3/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml index e0682ab..bb87398 100644 --- a/surefire-providers/common-junit3/pom.xml +++ b/surefire-providers/common-junit3/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>common-junit3</artifactId> <name>Shared JUnit3 Provider Code</name> + <description>Shared JUnit3 Provider Code</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/common-junit4/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml index fb1bcd7..ac83033 100644 --- a/surefire-providers/common-junit4/pom.xml +++ b/surefire-providers/common-junit4/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>common-junit4</artifactId> <name>Shared JUnit4 Provider Code</name> + <description>Shared JUnit4 Provider Code</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/common-junit48/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml index 34d71ef..6aa10e2 100644 --- a/surefire-providers/common-junit48/pom.xml +++ b/surefire-providers/common-junit48/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>common-junit48</artifactId> <name>Shared JUnit48 Provider Code</name> + <description>Shared JUnit48 Provider Code</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml index cd269d8..e01ab0f 100644 --- a/surefire-providers/pom.xml +++ b/surefire-providers/pom.xml @@ -25,13 +25,13 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-providers</artifactId> <packaging>pom</packaging> <name>SureFire Providers</name> + <description>SureFire Providers Aggregator POM</description> <modules> <module>common-junit3</module> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/surefire-junit3/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml index 1aea1a2..40e2f4e 100644 --- a/surefire-providers/surefire-junit3/pom.xml +++ b/surefire-providers/surefire-junit3/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-junit3</artifactId> <name>SureFire JUnit Runner</name> + <description>SureFire JUnit3 Runner</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/surefire-junit4/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml index 59812e2..dc58154 100644 --- a/surefire-providers/surefire-junit4/pom.xml +++ b/surefire-providers/surefire-junit4/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-junit4</artifactId> <name>SureFire JUnit4 Runner</name> + <description>SureFire JUnit 4.0+ Runner</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/surefire-junit47/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml index b180e3e..39f68f1 100644 --- a/surefire-providers/surefire-junit47/pom.xml +++ b/surefire-providers/surefire-junit47/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-junit47</artifactId> <name>SureFire JUnitCore Runner</name> + <description>SureFire JUnitCore (JUnit 4.7+) Runner</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/surefire-testng-utils/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-testng-utils/pom.xml b/surefire-providers/surefire-testng-utils/pom.xml index e4efb91..b8388da 100644 --- a/surefire-providers/surefire-testng-utils/pom.xml +++ b/surefire-providers/surefire-testng-utils/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-testng-utils</artifactId> <name>SureFire TestNG Utils</name> + <description>TestNG Utilities</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-providers/surefire-testng/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml index e051ea9..ebff6c4 100644 --- a/surefire-providers/surefire-testng/pom.xml +++ b/surefire-providers/surefire-testng/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-testng</artifactId> <name>SureFire TestNG Runner</name> + <description>SureFire TestNG Runner</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-report-parser/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml index 0db8165..6cfc9c0 100644 --- a/surefire-report-parser/pom.xml +++ b/surefire-report-parser/pom.xml @@ -25,7 +25,6 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-report-parser</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-setup-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml index e6656d1..16ab7c1 100644 --- a/surefire-setup-integration-tests/pom.xml +++ b/surefire-setup-integration-tests/pom.xml @@ -25,12 +25,12 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-setup-integration-tests</artifactId> <name>Maven Surefire Integration Test Setup</name> + <description>Creates internal M2 local repository in target/it-repo/. The project is not deployed.</description> <properties> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0d4ca4de/surefire-shadefire/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml index 19522f1..6aaf557 100644 --- a/surefire-shadefire/pom.xml +++ b/surefire-shadefire/pom.xml @@ -24,7 +24,6 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>surefire-shadefire</artifactId> @@ -34,6 +33,7 @@ that basically has ALL classes relocated to facilitate no API-conflict whatsoever with ourself. The only remaining point of conflict is around the booter properties file format. </description> + <licenses> <license> <name>The Apache Software License, Version 2.0</name>