Please check.
http://www.mail-archive.com/[email protected]/msg00454.html Diogo From: Christian Decker [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 28 de Maio de 2008 02:09 To: Xdoclet Subject: [xdoclet-user] Missing jelly dependency when using xdoclet with maven 2 I'm trying to get started using xdoclet with maven 2 but it always fails telling me that it's missing a dependency: commons-jelly:commons-jelly-tags-xml:jar:20050823.222913 My configuration is really simple: <build> <plugins> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> <executions> <execution> <id>xdoclet</id> <phase>generate-sources</phase> <goals> <goal>xdoclet</goal> </goals> </execution> </executions> </plugin> </plugins> </build> Any idea why this still asks for the jelly library? Regards, Chris
