Re: Installing in local Maven repository

2010-01-28 Thread Stuart Sierra
On Wed, Jan 27, 2010 at 3:08 PM, Ryan Smith ryan.justin.sm...@gmail.com 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

Re: Installing in local Maven repository

2010-01-28 Thread Ryan Smith
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:

Re: Installing in local Maven repository

2010-01-27 Thread Stuart Sierra
On Wed, Jan 27, 2010 at 2:43 PM, Eli Collins e...@cloudera.com wrote: ant mvn-install works for me on latest trunk. What error are you getting? Thanks. I want a released version, so I can release my own projects that depend on it. In release 0.20.1 of hadoop-core, there is no mvn-install

Re: Installing in local Maven repository

2010-01-27 Thread Ryan Smith
SS, If you just want to use hadoop jars in your maven projects, run your own caching archive repository manager like Nexus. http://nexus.sonatype.org/ Deploy your hadoop and other 3rd party jars along with your own custom deployed jars here, then your maven projects can build using the jars