Has anyone had success on getting xdoclet to play nicely with the ear plugin? I have a project set up that builds ejb then war and then ear for both of them.

----project
        ----ejb (produces .jar)
        ----war (produces .jar - perhaps should produce .war)
        ----ear (looks for .war - perhaps should look for .jar)

The problem I'm having is that war (xdoclet/webdoclet) produces an artifact with a .jar extension whereas the ear plugin looks for an artifact with a .war extension. One idea I had was to configure the jar plugin to generate an extension of my choosing for my xdoclet pom but it looks as if .jar is hardcoded there.

<crosses fingers that this can be solved in under 20 keystrokes>

Thanks
AW

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

Reply via email to