mirror of https://github.com/apache/maven.git
adjust name
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@477982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33e6497989
commit
9e60371913
|
@ -17,7 +17,7 @@
|
|||
<Project rdf:about="http://Maven.rdf.apache.org/">
|
||||
<created>2001</created>
|
||||
<license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
|
||||
<name>Maven</name>
|
||||
<name>Apache Maven</name>
|
||||
<homepage rdf:resource="http://maven.apache.org/"/>
|
||||
<asfext:pmc rdf:resource="http://maven.apache.org/"/>
|
||||
<shortdesc>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</shortdesc>
|
||||
|
@ -118,4 +118,4 @@
|
|||
</foaf:Person>
|
||||
</maintainer>
|
||||
</Project>
|
||||
</rdf:RDF>
|
||||
</rdf:RDF>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@
|
|||
</parent>
|
||||
<artifactId>maven</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Maven</name>
|
||||
<name>Apache Maven</name>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description>
|
||||
<url>http://maven.apache.org/</url>
|
||||
|
|
Loading…
Reference in New Issue