You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Ballard, Ken" <Ke...@ACS-INC.com> on 2005/07/25 20:27:12 UTC

Source dependency

 I have a question about two of my projects. One is an interfaces and domain
beans project and the other is the implementations of those interfaces. The
interfaces and domain beans project jar goes on the client and both go on
the server. I need to run hibernate doclet to generate the hbm.xml files for
the domain beans. Now since hibernate is part of the implementation, I don't
need hbm.xml files on the client. So I want the hbm.xml files to go in the
implementations jar file. How do I generate the hbm.xml files based on the
interfaces and domain beans project in the implementations project? It seems
like the implementations project has a dependency on the source of the other
project. How do I declare that (If that's the way to go)? And how do I tell
hibernatedoclet to look there?

Thanks,
Ken

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org