How to add a jar build by a project to the project in eclipse?
Posted
by Xetius
on Stack Overflow
See other posts from Stack Overflow
or by Xetius
Published on 2010-03-15T13:09:14Z
Indexed on
2010/03/15
13:19 UTC
Read the original article
Hit count: 279
I have a project which as part of the build process creates an XMLBeans jar file (stbSchemas.jar) which I want to include and reference in this project.
Is this the best way to go about this (Single project) or should I have a child project which is built from the parent project?
I am building this using Maven2 inside Eclipse. Is there a better way to do this so that I can maintain the integrity of the projects and stability of the builds.
© Stack Overflow or respective owner