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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...