After re-examining the example in exampleejb-1.0, I think I see my problem.
I thought that
the plugin's default directory of ${maven.src.dir} implied the folowing:

<sourceDirectory>src/ejb</sourceDirectory> == ${maven.ejb.src}

when in fact, the directory structure implied (by default)is:

../src
../src/ejb
../src/ejb/whatever.xml

AND

../src
../src/java
../src/java/MyBeanEJB.java

with

<sourceDirectory>src/java</sourceDirectory> in project.xml

AND

${maven.ejb.src} = src/ejb in *.properties

Does this smell right, or am I bass-ackwards?

Thanks!

Matt

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

Reply via email to