|
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 <dependency> <groupId>xdoclet</groupId>
<artifactId>xdoclet-ejb-module</artifactId> <version>1.2.3</version> <type>jar</type> </dependency> <dependency> <groupId>jboss</groupId>
<artifactId>jboss-j2ee</artifactId> <version>3.2.3</version> <type>jar</type> </dependency> And the properties maven.xdoclet.ejbdoclet.jboss.0=true maven.xdoclet.ejbdoclet.jboss.0.destDir=${maven.build.dir}/xdoclet/ejb/META-INF maven.xdoclet.ejbdoclet.jboss.0.typemapping=Sybase maven.xdoclet.ejbdoclet.jboss.0.datasource=java:/jdbc/SybaseDBXXXX maven.xdoclet.ejbdoclet.jboss.0.xmlencoding=ISO-8859-1 maven.xdoclet.ejbdoclet.jboss.0.version=3.2 in the project.properties. I found a JIRA http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1486
to this issue. The problem is that I need to migrate to Maven from
Ant and need to generate jboss.xml. Is there any other solution? Is there an older
version of maven-xdoclet that can generate jboss.xml? Or am I doing something
wrong here? Thanks in advance. Daniel
|
- [Xdoclet-user] Maven Jboss.xml problem Daniel Reghin
- Re: [Xdoclet-user] Maven Jboss.xml problem Joachim Bader
