[hibernate-commits] Hibernate SVN: r19360 - search/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue May 4 08:19:01 EDT 2010


Author: hardy.ferentschik
Date: 2010-05-04 08:19:01 -0400 (Tue, 04 May 2010)
New Revision: 19360

Modified:
   search/trunk/pom.xml
Log:
HSEARCH-518 Added a link to the pom on how to configure the repositories

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-05-04 12:11:44 UTC (rev 19359)
+++ search/trunk/pom.xml	2010-05-04 12:19:01 UTC (rev 19360)
@@ -36,6 +36,8 @@
     <description>Hibernate Search Aggregator POM</description>
     <url>http://search.hibernate.org</url>
 
+    <inceptionYear>2006</inceptionYear>
+
     <modules>
         <module>hibernate-search</module>
         <module>hibernate-search-testing</module>
@@ -70,7 +72,7 @@
         <system>Hudson</system>
         <url>http://hudson.jboss.org/hudson/view/hibernate/job/hibernate-search-trunk/</url>
     </ciManagement>
-    <inceptionYear>2006</inceptionYear>
+
     <developers>
         <developer>
             <id>epbernard</id>
@@ -263,7 +265,6 @@
                         <groupId>org.apache.lucene</groupId>
                         <artifactId>lucene-snowball</artifactId>
                     </exclusion>
-
                 </exclusions>
             </dependency>
             <dependency>
@@ -402,6 +403,14 @@
         </pluginManagement>
     </build>
 
+    <repositories>
+        <!--
+        To build Hibernate Search you have to add the JBoss Maven repository to your settings.xml
+        See also http://community.jboss.org/wiki/ContributingtoHibernateSearch
+        -->
+    </repositories>
+    
+
     <distributionManagement>
         <repository>
             <id>jboss-releases-repository</id>



More information about the hibernate-commits mailing list