[hibernate-commits] Hibernate SVN: r19329 - in search/trunk: hibernate-search-archetype and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Apr 30 11:39:28 EDT 2010


Author: hardy.ferentschik
Date: 2010-04-30 11:39:28 -0400 (Fri, 30 Apr 2010)
New Revision: 19329

Modified:
   search/trunk/hibernate-search-archetype/pom.xml
   search/trunk/pom.xml
Log:
HSEARCH-486

Modified: search/trunk/hibernate-search-archetype/pom.xml
===================================================================
--- search/trunk/hibernate-search-archetype/pom.xml	2010-04-30 08:43:32 UTC (rev 19328)
+++ search/trunk/hibernate-search-archetype/pom.xml	2010-04-30 15:39:28 UTC (rev 19329)
@@ -4,7 +4,7 @@
     
     <!-- 
         The link to the hibernate-search parent POM only exists out of convenience.
-        If you want to continue using this quickstart project you should remove this
+        If you want to continue using this quick-start project you should remove this
         entry.
     -->
     <parent>

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-04-30 08:43:32 UTC (rev 19328)
+++ search/trunk/pom.xml	2010-04-30 15:39:28 UTC (rev 19329)
@@ -32,8 +32,8 @@
     <version>3.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>Hibernate Search Parent</name>
-    <description>Hibernate Search Parent POM</description>
+    <name>Hibernate Search Aggregator</name>
+    <description>Hibernate Search Aggregator POM</description>
     <url>http://search.hibernate.org</url>
 
     <modules>
@@ -356,17 +356,6 @@
                             <type>jdocbook-style</type>
                         </dependency>
                     </dependencies>
-                    <executions>
-                        <execution>
-                            <id>make-doc</id>
-                            <phase>site</phase>
-                            <goals>
-                                <goal>translate</goal>
-                                <goal>resources</goal>
-                                <goal>generate</goal>
-                            </goals>
-                        </execution>
-                    </executions>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>



More information about the hibernate-commits mailing list