Hello,

Could anyone provide me with a working example of a project, which uses
the maven-ejb-plugin to generate jar files for the ejb-module and for
the ejb-client?
(I use the xdoclet-maven-plugin to generate the ejb artifacts to the
folder 'targets/generated-sources/xdoclet')

I'm quite new to maven and don't understand the usage example given on
plugins' webpage
(http://maven.apache.org/plugins/maven-ejb-plugin/howto.html). When I
integrate that XML to my POM, nothing happens. Only calling 'mvn
ejb:ejb' manually works, as long as I copy the META-INF-folder from
'target/generated-sources/xdoclet' to 'target/classes' first. How can I
integrate this into my build process (mvn package: ejb-jar and
ejb-client-jar are generated. mvn install: ejb-jar and ejb-client-jar
are copied to my local repository...)?

Thanks a lot in advance!
Regards,
Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to