[hibernate-commits] Hibernate SVN: r14575 - core/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 21 15:53:26 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-21 15:53:25 -0400 (Mon, 21 Apr 2008)
New Revision: 14575

Modified:
   core/trunk/pom.xml
Log:
get rid of attempts to use site at all :(

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-21 19:47:21 UTC (rev 14574)
+++ core/trunk/pom.xml	2008-04-21 19:53:25 UTC (rev 14575)
@@ -74,24 +74,6 @@
                     <autoVersionSubmodules>true</autoVersionSubmodules>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>2.0-beta-6</version>
-                <executions>
-                    <execution>
-                        <!--
-                            need to bind this to install so it can run b4 the
-                            assembly binding to deploy in the distribution
-                            module
-                        -->
-                        <phase>install</phase>
-                        <goals>
-                            <goal>site</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
 




More information about the hibernate-commits mailing list