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

Reply via email to