How to deploy maven artifacts if they are not present in the central repository
Posted
by Joshua
on Stack Overflow
See other posts from Stack Overflow
or by Joshua
Published on 2010-03-18T06:58:04Z
Indexed on
2010/03/18
7:01 UTC
Read the original article
Hit count: 343
maven-2
|jackrabbit
What would be the mechanism to deploy rar artifacts if they are not present in the repository. (e.g. I would like to deploy jackrabbit to my j2ee application, but it is not available as part of the maven repositories. Should I have to store the binary locally in SVN and use the antrun plugin to copy it?
© Stack Overflow or respective owner