You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ra...@jpmchase.com on 2005/10/24 19:50:03 UTC

xdoclet-maven-plugin wired? problem

Hi

I'm having this wired problem


even though i gave different source directory at my fileset dir still 
tries to look into directory as ./src/main/java

Can't we override this directory???

Here is my ejbdoclet

<ejbdoclet destdir="/views/Ejb/generated-sources/xout">
        <fileset dir="/views/Ejb" includes="**/*.ejb" />
        <entitycmp destDir="/views/generated-sources/xout" />
        <deploymentdescriptor destDir="/views/Ejb/ddout/META-INF" />
</ejbdoclet>


Thanks,
Raghurajan Gurunathan