>> Mark your dependiencise like this: >> >> <dependency> >> <groupId>fop</groupId> >> <artifactId>fop</artifactId> >> <version>0.20.3</version> >> <properties> >> <war.bundle.jar>true</war.bundle.jar> >> </properties> >> </dependency>
> We never got this to work - I am guessing because we're using > b7 rather than the latest version. I use b7 and this works fine for me. Make sure your maven.repo.local property is setup correctly so the war plugin can find your jars. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
