In my maven.xml, I wrote a postgoal to ear:ear which calls war:install and ejb:install, in order to build all of the components of my ear.
In doing this, the java:compile target is executed twice. I'm using xdoclet in a pregoal to java:compile, so this is particularly annoying.
Has anyone else experienced a similar problem? Is there an easy solution to avoid my code being compiled twice?
Thanks!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
