Hi, On Wednesday 17 August 2005 14:32, Daniel Reghin wrote: > I can't generate the jboss.xml from the maven xdoclet plug-in. (Maven > 1.0.2 and maven-xdoclet-plugin-1.2.3.jar) > > I have already searched for this problem on the mailing list but had no > success. > > I put the jboss dependency on project.xml
try this dependencies: <dependency> <groupId>xdoclet</groupId> <artifactId>xdoclet-ejb-module</artifactId> <version>1.2.3</version> </dependency> <dependency> <groupId>xdoclet</groupId> <artifactId>xdoclet-web-module</artifactId> <version>1.2.3</version> </dependency> <dependency> <groupId>xdoclet</groupId> <artifactId>maven-xdoclet-plugin</artifactId> <version>1.2.3</version> <type>plugin</type> </dependency> <dependency> <groupId>xdoclet</groupId> <artifactId>xdoclet-jboss-module</artifactId> <version>1.2.3</version> </dependency> the jboss module depends on the xdoclet-web-module, I think regards, Joachim ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user