Author: cstamas
Date: Thu Jun 9 11:34:06 2011
New Revision: 1133800
URL: http://svn.apache.org/viewvc?rev=1133800&view=rev
Log:
MINDEXER-23: adding descriptions (Herve already added description to parent
POM, thanks!)
Modified:
maven/indexer/trunk/indexer-artifact/pom.xml
maven/indexer/trunk/indexer-core/pom.xml
Modified: maven/indexer/trunk/indexer-artifact/pom.xml
URL:
http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/pom.xml?rev=1133800&r1=1133799&r2=1133800&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/pom.xml (original)
+++ maven/indexer/trunk/indexer-artifact/pom.xml Thu Jun 9 11:34:06 2011
@@ -30,6 +30,9 @@ under the License.
<artifactId>indexer-artifact</artifactId>
<name>Maven :: Indexer Artifact Utils</name>
+ <description>
+ Indexer Artifact Utils module contains small set of reusable utilities,
mostly artifact, path and their two way conversion related.
+ </description>
<dependencies>
<dependency>
Modified: maven/indexer/trunk/indexer-core/pom.xml
URL:
http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/pom.xml?rev=1133800&r1=1133799&r2=1133800&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/pom.xml (original)
+++ maven/indexer/trunk/indexer-core/pom.xml Thu Jun 9 11:34:06 2011
@@ -18,6 +18,10 @@
<artifactId>indexer-core</artifactId>
<name>Maven :: Indexer Core</name>
+ <description>
+ Indexer Core contains the core support for indexing Maven repositories,
searching them, publishing and consuming remotely
+ published indexes.
+ </description>
<properties>
<lucene.version>3.0.3</lucene.version>