Author: steve.ebersole(a)jboss.com
Date: 2009-08-17 17:27:47 -0400 (Mon, 17 Aug 2009)
New Revision: 17341
Modified:
core/trunk/documentation/manual/pom.xml
Log:
Sigh maven is again requirng the style be defined in both the plugin dependencies and the
project dependencies
Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml 2009-08-17 19:09:17 UTC (rev 17340)
+++ core/trunk/documentation/manual/pom.xml 2009-08-17 21:27:47 UTC (rev 17341)
@@ -107,4 +107,13 @@
</plugins>
</build>
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-jdocbook-style</artifactId>
+ <version>2.0.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ </dependencies>
+
</project>
Show replies by date