Hello, you just override the 2 definition, you need to list the number of 
packagesubstitution you plan to do, just change your file to this and it should work

maven.xdoclet.ejbdoclet.packageSubstitution.0=true
maven.xdoclet.ejbdoclet.packageSubstitution.0.packages=ejb.session
maven.xdoclet.ejbdoclet.packageSubstitution.0.substituteWith=interfaces.session

maven.xdoclet.ejbdoclet.packageSubstitution.1=true
maven.xdoclet.ejbdoclet.packageSubstitution.1.packages=ejb.entity
maven.xdoclet.ejbdoclet.packageSubstitution.1.substituteWith=interfaces.entity

Hope this helps
Max

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

Reply via email to