On 08/08/2010 1:16 PM, Dilip wrote:
I'm currently using maven for building the existing ant project.
I have some of the jar files like itext5.jar, aspectrttools jars for which
there are no specific version of the jar (eg: itext5.0 jar file) exists in
the maven repository.
Is there any way to build the project using maven if there is no specific
version not jar not existing in the maven repository?
Thanks in advance,
Dilip
Yes.
You install your own repository - Nexus, for example, and upload the
artifacts manually into it.
This is a common problem since some projects have licenses that prevent
it being put into public repositories.
One of the many reasons to have your own repostory if you are going to
use Maven.
Ron
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]