SS,
Unless Im grossly mistaken, Nexus does exactly this. I have my own projects
that use hadoop jars. I can easily add custom patched versions of hadoop
too. These hadoop jars arent in maven central though, theyre in my own
instance of Nexus. When i go into my custom hadoop project and type: mvn
clean deploy it deploys my jar and all dependencies into Nexus.
If you want to see a working example of a maven project using hadoop jars
being built from Nexus, check out Hbase Writer:
http://code.google.com/p/hbase-writerOn Thu, Jan 28, 2010 at 10:14 AM, Stuart Sierra <[EMAIL PROTECTED]
> wrote:
> On Wed, Jan 27, 2010 at 3:08 PM, Ryan Smith <[EMAIL PROTECTED]>
> wrote:
> > If you just want to use hadoop jars in your maven projects, run your own
> > caching archive repository manager like Nexus.
>
> What I really want is to publish my own projects with the correct
> dependencies, using artifacts from public repositories. I want Hadoop
> in Maven central.
>
> -SS
>