Re: Maven repository?

2014-11-06 Thread Gour Saha
Until then, you should be able to get away by checking out the git repo and
run mvn install -DskipTests (to get it into your .m2) and then use this
(for develop) -

  
org.apache.slider
slider-core
0.61-incubating
  

-Gour

On Thu, Nov 6, 2014 at 6:51 AM, Billie Rinaldi 
wrote:

> Here's some info on publishing maven artifacts:
> http://www.apache.org/dev/publishing-maven-artifacts.html
> Although I think hadoop doesn't inherit from the ASF pom and just copies
> the stuff it needs into its own pom.  We may already have some of the
> things we need in the distribution management section.
> The artifacts will have be staged and voted upon, like our other release
> artifacts.
>
> On Thu, Nov 6, 2014 at 2:06 AM, Steve Loughran 
> wrote:
>
> > we haven't published to maven yet; I'll see about what it will take to do
> > that with the 0.60 release against the forthcoming hadoop-2.6-RC0. You
> > don't want publishing things to maven that depend on -SNAPSHOT stuff as
> it
> > is too brittle (every morning you end up getting a different version of
> the
> > binaries. If they are incompatible you get this rolling wave of
> application
> > failure travelling round the world as midnight crosses the timezones.
> I've
> > been in the situation where a groovy snapshot broke; I found it an hour
> > after germany and france; we were left filing bugs and workarounds until
> > the US woke up and fixed it...
> >
> > -steve
> >
> > On 6 November 2014 03:36, hsy...@gmail.com  wrote:
> >
> > > This is git repository? What I mean is if I want to write some code
> > depends
> > > on slider library. How would I include the dependency in pom.xml?
> > >
> > > Thanks!
> > >
> > >
> > > On Wed, Nov 5, 2014 at 7:23 PM, Ted Yu  wrote:
> > >
> > > > Slider maven repo is here:
> > > >
> > > > https://git-wip-us.apache.org/repos/asf/incubator-slider.git
> > > >
> > > >
> > > > You can checkout develop branch.
> > > >
> > > >
> > > > Cheers
> > > >
> > > >
> > > > On Wed, Nov 5, 2014 at 6:36 PM, hsy...@gmail.com 
> > > wrote:
> > > >
> > > > > Is there a public maven repository that I can checkout the slider
> > > > library?
> > > > >
> > > > > Best,
> > > > > Siyuan
> > > > >
> > > >
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.


Re: Maven repository?

2014-11-06 Thread Billie Rinaldi
Here's some info on publishing maven artifacts:
http://www.apache.org/dev/publishing-maven-artifacts.html
Although I think hadoop doesn't inherit from the ASF pom and just copies
the stuff it needs into its own pom.  We may already have some of the
things we need in the distribution management section.
The artifacts will have be staged and voted upon, like our other release
artifacts.

On Thu, Nov 6, 2014 at 2:06 AM, Steve Loughran 
wrote:

> we haven't published to maven yet; I'll see about what it will take to do
> that with the 0.60 release against the forthcoming hadoop-2.6-RC0. You
> don't want publishing things to maven that depend on -SNAPSHOT stuff as it
> is too brittle (every morning you end up getting a different version of the
> binaries. If they are incompatible you get this rolling wave of application
> failure travelling round the world as midnight crosses the timezones. I've
> been in the situation where a groovy snapshot broke; I found it an hour
> after germany and france; we were left filing bugs and workarounds until
> the US woke up and fixed it...
>
> -steve
>
> On 6 November 2014 03:36, hsy...@gmail.com  wrote:
>
> > This is git repository? What I mean is if I want to write some code
> depends
> > on slider library. How would I include the dependency in pom.xml?
> >
> > Thanks!
> >
> >
> > On Wed, Nov 5, 2014 at 7:23 PM, Ted Yu  wrote:
> >
> > > Slider maven repo is here:
> > >
> > > https://git-wip-us.apache.org/repos/asf/incubator-slider.git
> > >
> > >
> > > You can checkout develop branch.
> > >
> > >
> > > Cheers
> > >
> > >
> > > On Wed, Nov 5, 2014 at 6:36 PM, hsy...@gmail.com 
> > wrote:
> > >
> > > > Is there a public maven repository that I can checkout the slider
> > > library?
> > > >
> > > > Best,
> > > > Siyuan
> > > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>


Re: Maven repository?

2014-11-06 Thread Steve Loughran
we haven't published to maven yet; I'll see about what it will take to do
that with the 0.60 release against the forthcoming hadoop-2.6-RC0. You
don't want publishing things to maven that depend on -SNAPSHOT stuff as it
is too brittle (every morning you end up getting a different version of the
binaries. If they are incompatible you get this rolling wave of application
failure travelling round the world as midnight crosses the timezones. I've
been in the situation where a groovy snapshot broke; I found it an hour
after germany and france; we were left filing bugs and workarounds until
the US woke up and fixed it...

-steve

On 6 November 2014 03:36, hsy...@gmail.com  wrote:

> This is git repository? What I mean is if I want to write some code depends
> on slider library. How would I include the dependency in pom.xml?
>
> Thanks!
>
>
> On Wed, Nov 5, 2014 at 7:23 PM, Ted Yu  wrote:
>
> > Slider maven repo is here:
> >
> > https://git-wip-us.apache.org/repos/asf/incubator-slider.git
> >
> >
> > You can checkout develop branch.
> >
> >
> > Cheers
> >
> >
> > On Wed, Nov 5, 2014 at 6:36 PM, hsy...@gmail.com 
> wrote:
> >
> > > Is there a public maven repository that I can checkout the slider
> > library?
> > >
> > > Best,
> > > Siyuan
> > >
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.


Re: Maven repository?

2014-11-05 Thread hsy...@gmail.com
This is git repository? What I mean is if I want to write some code depends
on slider library. How would I include the dependency in pom.xml?

Thanks!


On Wed, Nov 5, 2014 at 7:23 PM, Ted Yu  wrote:

> Slider maven repo is here:
>
> https://git-wip-us.apache.org/repos/asf/incubator-slider.git
>
>
> You can checkout develop branch.
>
>
> Cheers
>
>
> On Wed, Nov 5, 2014 at 6:36 PM, hsy...@gmail.com  wrote:
>
> > Is there a public maven repository that I can checkout the slider
> library?
> >
> > Best,
> > Siyuan
> >
>


Re: Maven repository?

2014-11-05 Thread Ted Yu
Slider maven repo is here:

https://git-wip-us.apache.org/repos/asf/incubator-slider.git


You can checkout develop branch.


Cheers


On Wed, Nov 5, 2014 at 6:36 PM, hsy...@gmail.com  wrote:

> Is there a public maven repository that I can checkout the slider library?
>
> Best,
> Siyuan
>


Maven repository?

2014-11-05 Thread hsy...@gmail.com
Is there a public maven repository that I can checkout the slider library?

Best,
Siyuan