Hello, I am stuck trying to use the ejb plugin with maven2. I do not know if this problem belongs to this list but here is the error I am getting :
[INFO] XDoclet plugin failed: org.xdoclet.plugin.ejb.interfaces.LocalInterfacePlugin has unsatisfied dependency: class org.generama.MergeableVelocityTemplateEngine among unsatisfiable dependencies: [[class org.generama.MergeableVelocityTemplateEngine, interface org.generama.WriterMapper, class org.xdoclet.plugin.ejb.EjbConfig]] where [EMAIL PROTECTED] was the leaf container being asked for dependenciess. The generama artifact is found in the repository so I cannot understand why this happens. Here is my pom file: <?xml version="1.0"?><project> <modelVersion>4.0.0</modelVersion> <groupId>com.experian.is</groupId> <artifactId>workflowejb</artifactId> <name>Workflow EJB</name> <version>0.9</version> <url>http://maven.apache.org</url> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> <version>2.0.5-SNAPSHOT</version> <executions> <execution> <phase>generate-sources</phase> <goals> <goal>xdoclet</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-plugin-ejb</artifactId> <version>1.0.4-SNAPSHOT</version> </dependency> <dependency> <groupId>javax.ejb</groupId> <artifactId>ejb</artifactId> <version>2.1</version> </dependency> </dependencies> <configuration> <configs> <config> <plugin>org.xdoclet.plugin.ejb.EjbConfig</plugin> </config> <config> <plugin>org.xdoclet.plugin.ejb.interfaces.LocalInterfacePlugin</plugin> </config> </configs> </configuration> </plugin> </plugins> </build> <pluginRepositories> <pluginRepository> <releases /> <snapshots /> <id>codehaus</id> <url>http://dist.codehaus.org/</url> </pluginRepository> <pluginRepository> <releases /> <snapshots /> <id>codehaus-plugins</id> <url>http://dist.codehaus.org/</url> <layout>legacy</layout> </pluginRepository> </pluginRepositories> </project> Can anybody help ? Julien ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ xdoclet-plugins-interest mailing list xdoclet-plugins-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest