Hello gurus,

We have a problem with the Maven xdoclet plugin.

We want to the same thing that we do in our (working) Ant buld.xml

<packageSubstitution packages="ejb.session" 
substituteWith="interfaces.session"/>
<packageSubstitution packages="ejb.entity" 
substituteWith="interfaces.entity"/>

..that is TWO substitutions.

In our project.properties we state the following:

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.0=true
maven.xdoclet.ejbdoclet.packageSubstitution.0.packages=ejb.entity
maven.xdoclet.ejbdoclet.packageSubstitution.0.substituteWith=interfaces.entity


Only one  the last packagesubstitution works.

Any suggestions as to why would be greatly appreceated!

Thank you :)

Regards

Jesper and Carina

Reply via email to