On Friday 25 April 2008 Wendy Smoak wrote: > From memory, we had a project at work that had an ejb dependency, and > without the 'type' element, the release process which runs through the > integration-test phase would fail, while 'mvn install' would work. > Apparently inside the reactor it was looking for type=jar rather than > type=ejb, but if it was working off the local repo (running through > the install phase) it would work fine. I thought it was similar to > your situation.
I just double-checked and noticed that I made a mistake in my example: I used <type>client</type> instead of <type>ejb-client</type>. With the correct type the provided example works now. I'll report back when I found out more about why my complex project failed with similar dependencies as the example. Thanks for your help, - martin
signature.asc
Description: This is a digitally signed message part.
