[jboss-dev-forums] [Design of JBoss Build System] - Re: Using jdocbook
steve.ebersole@jboss.com
do-not-reply at jboss.com
Thu Aug 16 01:50:35 EDT 2007
try moving the style dependency inside the plugin configuration (this is the form i have been using, which I know works here):
| ...
| <plugin>
| <dependencies>
| <dependency>
| <groupId>org.andromda</groupId>
| <artifactId>andromda-docbook-style</artifactId>
| <version>3.2</version>
| <type>jdocbook-style</type>
| </dependency>
| </dependencies>
| </plugin>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074663#4074663
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074663
More information about the jboss-dev-forums
mailing list