Hi David, Thanks for your reply.
In my project, I have one pom.xml to build, in this pom.xml, I included the xmlbean-maven-plugin to compile xsds and to generate jar file. My problem is I want to include this generated jar to the dependecy of the same project. For dependencies maven will search the repository with artifactId. Thanks, P.Sathish kumar On 3/10/08, David Jencks <[EMAIL PROTECTED]> wrote: > > I don't understand. > > If you use the xmlbeans plugin in an existing project the generated > classes get compiled and included in the project's jar > If you have a separate project that just compiles the schemas you get > a jar with just the compiled classes that you can then use as a > dependency in other projects. > > What's the problem? > > thanks > david jencks > > On Mar 10, 2008, at 4:24 AM, P.Sathish Kumar wrote: > > > Hi Friends, > > > > I am using the xmlbean-maven-plugin to generate the jar file by > > compiling xsds. > > > > I want to include this created jar file to the dependencies of my > > project. > > > > I have only one POM.xml for my project which contains the goals for > > creating jars and compiling my project. > > > > Pls, Help me to include the created jar file to the dependency of > > my project inorder to compile. > > > > Thanks, > > Sathish > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

