Fix errors reported by DOAP, shortened descriptions where required (DOAP accepts max 10 words)
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/22d74b0d Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/22d74b0d Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/22d74b0d Branch: refs/heads/slf4j-logback Commit: 22d74b0df9708709a31b2774f026df5e817e2eac Parents: d92f6ee Author: rfscholte <rfscho...@apache.org> Authored: Wed May 29 20:47:26 2013 +0200 Committer: rfscholte <rfscho...@apache.org> Committed: Wed May 29 20:47:26 2013 +0200 ---------------------------------------------------------------------- apache-maven/pom.xml | 2 +- maven-aether-provider/pom.xml | 5 +---- maven-compat/pom.xml | 2 +- pom.xml | 15 +++++++++++++++ 4 files changed, 18 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/22d74b0d/apache-maven/pom.xml ---------------------------------------------------------------------- diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index eddacee..7e3dea8 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -28,7 +28,7 @@ <packaging>pom</packaging> <name>Maven Distribution</name> - <description>Module to build the Maven distribution, source and binary, in zip and tar.gz formats.</description> + <description>The Maven distribution, source and binary, in zip and tar.gz formats.</description> <properties> <distributionFileName>${distributionId}-${project.version}</distributionFileName> http://git-wip-us.apache.org/repos/asf/maven/blob/22d74b0d/maven-aether-provider/pom.xml ---------------------------------------------------------------------- diff --git a/maven-aether-provider/pom.xml b/maven-aether-provider/pom.xml index 35daff1..a54fd37 100644 --- a/maven-aether-provider/pom.xml +++ b/maven-aether-provider/pom.xml @@ -31,10 +31,7 @@ under the License. <artifactId>maven-aether-provider</artifactId> <name>Maven Aether Provider</name> - <description> - This module provides extensions to Aether for utilizing the Maven POM and Maven repository metadata for artifacts resolution - and download. - </description> + <description>Extensions to Aether for utilizing Maven POM and repository metadata.</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven/blob/22d74b0d/maven-compat/pom.xml ---------------------------------------------------------------------- diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml index a8772bb..7ae418e 100644 --- a/maven-compat/pom.xml +++ b/maven-compat/pom.xml @@ -22,7 +22,7 @@ <artifactId>maven-compat</artifactId> <name>Maven Compat</name> - <description>Maven classes maintained as compatibility layer for tools done with Maven 2.</description> + <description>Maven2 classes maintained as compatibility layer.</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/maven/blob/22d74b0d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b552ae7..d3117fc 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,7 @@ <url>https://builds.apache.org/job/maven-3.x/</url> </ciManagement> <distributionManagement> + <downloadUrl>http://maven.apache.org/download.html</downloadUrl> <site> <id>apache.website</id> <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url> @@ -471,6 +472,20 @@ </executions> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-doap-plugin</artifactId> + <version>1.1</version> + <configuration> + <asfExtOptions> + <charter>The mission of the Apache Maven project is to create and maintain software + libraries that provide a widely-used project build tool, targeting mainly Java + development. Apache Maven promotes the use of dependencies via a + standardized coordinate system, binary plugins, and a standard build + lifecycle.</charter> + </asfExtOptions> + </configuration> + </plugin> + <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <inherited>false</inherited>