|
|
-
Why is Avro 1.4.1 not in Maven Central?
Ryan Holmes 2010-11-23, 04:17
Avro 1.4.1 doesn't appear to be in the Maven Central repo (or any other repo I can find). Any idea why?
+
Ryan Holmes 2010-11-23, 04:17
-
Re: Why is Avro 1.4.1 not in Maven Central?
Doug Cutting 2010-11-23, 17:13
On 11/22/2010 08:17 PM, Ryan Holmes wrote: > Avro 1.4.1 doesn't appear to be in the Maven Central repo (or any other > repo I can find). Any idea why?
Thanks for noticing this. This was my first release through Nexus. It looks like I "closed" the artifact but didn't "release" it. I just released it. Does that do the trick?
Cheers,
Doug
+
Doug Cutting 2010-11-23, 17:13
-
Re: Why is Avro 1.4.1 not in Maven Central?
Tatu Saloranta 2010-11-23, 17:42
On Tue, Nov 23, 2010 at 9:13 AM, Doug Cutting <[EMAIL PROTECTED]> wrote: > On 11/22/2010 08:17 PM, Ryan Holmes wrote: >> >> Avro 1.4.1 doesn't appear to be in the Maven Central repo (or any other >> repo I can find). Any idea why? > > Thanks for noticing this. This was my first release through Nexus. It > looks like I "closed" the artifact but didn't "release" it. I just released > it. Does that do the trick?
That may do it; but the very first time you release, you also have to open/re-open original ticket to say "someone please double-check and enable automatic sync with main Maven repo". This is mentioned somewhere on the docs. This only needs to be done once per group, I think, so it may or may not be needed here. Otherwise it's just matter of sync interval pushing artifacts (couple of hours, up to a day).
-+ Tatu +-
+
Tatu Saloranta 2010-11-23, 17:42
-
Re: Why is Avro 1.4.1 not in Maven Central?
Ken Krugler 2010-11-23, 17:45
On Nov 23, 2010, at 9:13am, Doug Cutting wrote: > On 11/22/2010 08:17 PM, Ryan Holmes wrote: >> Avro 1.4.1 doesn't appear to be in the Maven Central repo (or any >> other >> repo I can find). Any idea why? > > Thanks for noticing this. This was my first release through Nexus. > It looks like I "closed" the artifact but didn't "release" it. I > just released it. Does that do the trick? It's not in Maven central yet, but the delay depends on the sync cycle set up between Apache and Maven Central. I assume you're using the Apache Nexus repository, right (not Sonatype's)? Otherwise there are some extra steps. -- Ken -------------------------- Ken Krugler +1 530-210-6378 http://bixolabs.come l a s t i c w e b m i n i n g
+
Ken Krugler 2010-11-23, 17:45
-
Re: Why is Avro 1.4.1 not in Maven Central?
Tatu Saloranta 2010-11-23, 17:49
On Tue, Nov 23, 2010 at 9:45 AM, Ken Krugler <[EMAIL PROTECTED]> wrote: > > On Nov 23, 2010, at 9:13am, Doug Cutting wrote: > >> On 11/22/2010 08:17 PM, Ryan Holmes wrote: >>> >>> Avro 1.4.1 doesn't appear to be in the Maven Central repo (or any other >>> repo I can find). Any idea why? >> >> Thanks for noticing this. This was my first release through Nexus. It >> looks like I "closed" the artifact but didn't "release" it. I just released >> it. Does that do the trick? > > It's not in Maven central yet, but the delay depends on the sync cycle set > up between Apache and Maven Central. > > I assume you're using the Apache Nexus repository, right (not Sonatype's)? > Otherwise there are some extra steps.
Ah, sorry, my comments were assuming Sonatype repo, that indeed has an extra step. But obviously Apache's would be different.
-+ Tatu +-
+
Tatu Saloranta 2010-11-23, 17:49
-
Re: Why is Avro 1.4.1 not in Maven Central?
Ryan Holmes 2010-11-23, 19:30
On Tue, Nov 23, 2010 at 9:49 AM, Tatu Saloranta <[EMAIL PROTECTED]>wrote:
> On Tue, Nov 23, 2010 at 9:45 AM, Ken Krugler > <[EMAIL PROTECTED]> wrote: > > > > On Nov 23, 2010, at 9:13am, Doug Cutting wrote: > > > >> On 11/22/2010 08:17 PM, Ryan Holmes wrote: > >>> > >>> Avro 1.4.1 doesn't appear to be in the Maven Central repo (or any other > >>> repo I can find). Any idea why? > >> > >> Thanks for noticing this. This was my first release through Nexus. It > >> looks like I "closed" the artifact but didn't "release" it. I just > released > >> it. Does that do the trick? > > > > It's not in Maven central yet, but the delay depends on the sync cycle > set > > up between Apache and Maven Central. > > > > I assume you're using the Apache Nexus repository, right (not > Sonatype's)? > > Otherwise there are some extra steps. > > Ah, sorry, my comments were assuming Sonatype repo, that indeed has an > extra step. But obviously Apache's would be different. > > -+ Tatu +- > I see it in Maven Central now. Thanks everyone!
+
Ryan Holmes 2010-11-23, 19:30
-
Re: Why is Avro 1.4.1 not in Maven Central?
Lin Guo 2010-12-03, 02:00
I only see version up to 1.3.3 in http://repo2.maven.org/maven2/org/apache/hadoop/avro/am I using a wrong one? On Tue, Nov 23, 2010 at 11:30 AM, Ryan Holmes <[EMAIL PROTECTED]> wrote: > > > On Tue, Nov 23, 2010 at 9:49 AM, Tatu Saloranta <[EMAIL PROTECTED]> > wrote: >> >> On Tue, Nov 23, 2010 at 9:45 AM, Ken Krugler >> <[EMAIL PROTECTED]> wrote: >> > >> > On Nov 23, 2010, at 9:13am, Doug Cutting wrote: >> > >> >> On 11/22/2010 08:17 PM, Ryan Holmes wrote: >> >>> >> >>> Avro 1.4.1 doesn't appear to be in the Maven Central repo (or any >> >>> other >> >>> repo I can find). Any idea why? >> >> >> >> Thanks for noticing this. This was my first release through Nexus. It >> >> looks like I "closed" the artifact but didn't "release" it. I just >> >> released >> >> it. Does that do the trick? >> > >> > It's not in Maven central yet, but the delay depends on the sync cycle >> > set >> > up between Apache and Maven Central. >> > >> > I assume you're using the Apache Nexus repository, right (not >> > Sonatype's)? >> > Otherwise there are some extra steps. >> >> Ah, sorry, my comments were assuming Sonatype repo, that indeed has an >> extra step. But obviously Apache's would be different. >> >> -+ Tatu +- > > I see it in Maven Central now. Thanks everyone!
+
Lin Guo 2010-12-03, 02:00
-
Re: Why is Avro 1.4.1 not in Maven Central?
Bruce Mitchener 2010-12-03, 02:01
Yes, Avro became a top level project and it can now be found here: http://repo2.maven.org/maven2/org/apache/avro/avro/Cheers, - Bruce On Fri, Dec 3, 2010 at 9:00 AM, Lin Guo <[EMAIL PROTECTED]> wrote: > I only see version up to 1.3.3 in > http://repo2.maven.org/maven2/org/apache/hadoop/avro/> > am I using a wrong one? > > On Tue, Nov 23, 2010 at 11:30 AM, Ryan Holmes <[EMAIL PROTECTED]> wrote: > > > > > > On Tue, Nov 23, 2010 at 9:49 AM, Tatu Saloranta <[EMAIL PROTECTED]> > > wrote: > >> > >> On Tue, Nov 23, 2010 at 9:45 AM, Ken Krugler > >> <[EMAIL PROTECTED]> wrote: > >> > > >> > On Nov 23, 2010, at 9:13am, Doug Cutting wrote: > >> > > >> >> On 11/22/2010 08:17 PM, Ryan Holmes wrote: > >> >>> > >> >>> Avro 1.4.1 doesn't appear to be in the Maven Central repo (or any > >> >>> other > >> >>> repo I can find). Any idea why? > >> >> > >> >> Thanks for noticing this. This was my first release through Nexus. > It > >> >> looks like I "closed" the artifact but didn't "release" it. I just > >> >> released > >> >> it. Does that do the trick? > >> > > >> > It's not in Maven central yet, but the delay depends on the sync cycle > >> > set > >> > up between Apache and Maven Central. > >> > > >> > I assume you're using the Apache Nexus repository, right (not > >> > Sonatype's)? > >> > Otherwise there are some extra steps. > >> > >> Ah, sorry, my comments were assuming Sonatype repo, that indeed has an > >> extra step. But obviously Apache's would be different. > >> > >> -+ Tatu +- > > > > I see it in Maven Central now. Thanks everyone! >
+
Bruce Mitchener 2010-12-03, 02:01
-
Re: Why is Avro 1.4.1 not in Maven Central?
Lin Guo 2010-12-03, 21:04
thanks a lot! On Thu, Dec 2, 2010 at 6:01 PM, Bruce Mitchener <[EMAIL PROTECTED]> wrote: > Yes, Avro became a top level project and it can now be found here: > http://repo2.maven.org/maven2/org/apache/avro/avro/> Cheers, > - Bruce > > On Fri, Dec 3, 2010 at 9:00 AM, Lin Guo <[EMAIL PROTECTED]> wrote: >> >> I only see version up to 1.3.3 in >> http://repo2.maven.org/maven2/org/apache/hadoop/avro/>> >> am I using a wrong one? >> >> On Tue, Nov 23, 2010 at 11:30 AM, Ryan Holmes <[EMAIL PROTECTED]> wrote: >> > >> > >> > On Tue, Nov 23, 2010 at 9:49 AM, Tatu Saloranta <[EMAIL PROTECTED]> >> > wrote: >> >> >> >> On Tue, Nov 23, 2010 at 9:45 AM, Ken Krugler >> >> <[EMAIL PROTECTED]> wrote: >> >> > >> >> > On Nov 23, 2010, at 9:13am, Doug Cutting wrote: >> >> > >> >> >> On 11/22/2010 08:17 PM, Ryan Holmes wrote: >> >> >>> >> >> >>> Avro 1.4.1 doesn't appear to be in the Maven Central repo (or any >> >> >>> other >> >> >>> repo I can find). Any idea why? >> >> >> >> >> >> Thanks for noticing this. This was my first release through Nexus. >> >> >> It >> >> >> looks like I "closed" the artifact but didn't "release" it. I just >> >> >> released >> >> >> it. Does that do the trick? >> >> > >> >> > It's not in Maven central yet, but the delay depends on the sync >> >> > cycle >> >> > set >> >> > up between Apache and Maven Central. >> >> > >> >> > I assume you're using the Apache Nexus repository, right (not >> >> > Sonatype's)? >> >> > Otherwise there are some extra steps. >> >> >> >> Ah, sorry, my comments were assuming Sonatype repo, that indeed has an >> >> extra step. But obviously Apache's would be different. >> >> >> >> -+ Tatu +- >> > >> > I see it in Maven Central now. Thanks everyone! > >
+
Lin Guo 2010-12-03, 21:04
|
|