Jetlang in maven central?

11 views
Skip to first unread message

Abraham Menacherry

unread,
Feb 3, 2012, 6:24:39 AM2/3/12
to jetlang-dev
Is jetlang published to maven central repository? I could not find the
url's. I am writing an OSS project and would like to use jetlang from
central instead of using he google repo.
<repositories>
<repository>
<id>jetlang.googlecode.com</id>
<name>Jetlang Repository for Maven</name>
<url>http://jetlang.googlecode.com/svn/repo/</url>
</repository>
</repositories>

Thanks and Regards,
Abraham Menacherry

peter royal

unread,
Feb 5, 2012, 12:11:13 AM2/5/12
to jetla...@googlegroups.com
it's not at the moment. I'll spend some time this week figuring out all the sonatype hoops that need to be jumped to get it up there.

-pete

--
(peter.royal|osi)@pobox.com - http://fotap.org/~osi

> --
> You received this message because you are subscribed to the Google Groups "jetlang-dev" group.
> To post to this group, send email to jetla...@googlegroups.com.
> To unsubscribe from this group, send email to jetlang-dev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jetlang-dev?hl=en.
>

William la Forge

unread,
Feb 5, 2012, 5:23:20 AM2/5/12
to jetla...@googlegroups.com
I just did that for JActor. It is pretty involved, but the sonatype docs are excellent! Surprised actually that I could do it--I'm the world's worse sysadmin.

Once you have it set up, and approved, pushing out subsequent releases isn't bad.

Of course, I'm assuming you use maven. Here's my pom file--it will likely help: https://raw.github.com/laforge49/JActor/master/pom.xml
(You will need javadoc, release and gpg plugins.)

Bill La forge

Abraham Menacherry

unread,
Feb 5, 2012, 11:16:31 AM2/5/12
to jetlang-dev
Peter, Bill,

Thank you!

On Feb 5, 3:23 pm, William la Forge <laforg...@gmail.com> wrote:
> I just did that for JActor. It is pretty involved, but the sonatype docs
> are excellent! Surprised actually that I could do it--I'm the world's worse
> sysadmin.
>
> Once you have it set up, and approved, pushing out subsequent releases
> isn't bad.
>
> Of course, I'm assuming you use maven. Here's my pom file--it will likely
> help:https://raw.github.com/laforge49/JActor/master/pom.xml
> (You will need javadoc, release and gpg plugins.)
>
> Bill La forge
>
>
>
>
>
>
>
> On Sun, Feb 5, 2012 at 10:41 AM, peter royal <peter.ro...@pobox.com> wrote:
> > it's not at the moment. I'll spend some time this week figuring out all
> > the sonatype hoops that need to be jumped to get it up there.
>
> > -pete
>
> > --
> > (peter.royal|osi)@pobox.com -http://fotap.org/~osi
>
> > On Feb 3, 2012, at 5:24 AM, Abraham Menacherry <

peter royal

unread,
Feb 10, 2012, 8:38:09 AM2/10/12
to jetla...@googlegroups.com
it's getting close. I have it publishing to OSS.sonatype.com, just trying to figure out why my pgp key didn't make it to the central key servers.

-pete

--
peter royal - (on the go)

William la Forge

unread,
Feb 10, 2012, 9:14:48 PM2/10/12
to jetla...@googlegroups.com
Pete,

There are so many hoops to jump through. A bit of an effort for me, and a large measure of luck methinks. Good luck to you.

Bill

peter royal

unread,
Feb 10, 2012, 9:20:23 PM2/10/12
to jetla...@googlegroups.com
i got it all set. just waiting for the sonatype guys to setup the sync to central. 
-pete

-- 
(peter.royal|osi)@pobox.com - http://fotap.org/~osi

William la Forge

unread,
Feb 10, 2012, 10:53:57 PM2/10/12
to jetla...@googlegroups.com
That took more than a week for me. But that is likely an exception--I think there was some vacation or something. They have a very small staff, considering the size of the community they service. Fortunately the approval is likely the only time there is any interaction needed with the staff.

After waiting a week, I just created a second issue and got a quick response. I probably shouldn't have waited so long. :-D

I expect that you will not need to wait very long. I checked the guy who was assigned to my ticket and he was not showing any activity at all on any tickets for the week I was waiting.

Bill

Abraham Menacherry

unread,
Feb 13, 2012, 5:03:52 AM2/13/12
to jetlang-dev
Peter,

Once it is setup will you be updating the
http://code.google.com/p/jetlang/wiki/UsingJetlangWithMaven page?

Thanks,
Abraham.

On Feb 11, 8:53 am, William la Forge <laforg...@gmail.com> wrote:
> That took more than a week for me. But that is likely an exception--I think
> there was some vacation or something. They have a very small staff,
> considering the size of the community they service. Fortunately the
> approval is likely the only time there is any interaction needed with the
> staff.
>
> After waiting a week, I just created a second issue and got a quick
> response. I probably shouldn't have waited so long. :-D
>
> I expect that you will not need to wait very long. I checked the guy who
> was assigned to my ticket and he was not showing any activity at all on any
> tickets for the week I was waiting.
>
> Bill
>
> On Sat, Feb 11, 2012 at 7:50 AM, peter royal <peter.ro...@pobox.com> wrote:
> > i got it all set. just waiting for the sonatype guys to setup the sync to
> > central.
> > -pete
>
> > --
> > (peter.royal|osi)@pobox.com -http://fotap.org/~osi
>
> > On Feb 10, 2012, at 8:14 PM, William la Forge <laforg...@gmail.com> wrote:
>
> > Pete,
>
> > There are so many hoops to jump through. A bit of an effort for me, and a
> > large measure of luck methinks. Good luck to you.
>
> > Bill
>
> > On Fri, Feb 10, 2012 at 7:08 PM, peter royal <peter.ro...@pobox.com>wrote:
>
> >> it's getting close. I have it publishing to OSS.sonatype.com, just
> >> trying to figure out why my pgp key didn't make it to the central key
> >> servers.
>
> >> -pete
>
> >> --
> >> peter royal - (on the go)
>
> >> On Feb 5, 2012, at 10:16 AM, Abraham Menacherry <

peter royal

unread,
Feb 13, 2012, 8:27:30 AM2/13/12
to jetla...@googlegroups.com
yup!

-pete

--
peter royal - (on the go)

Reply all
Reply to author
Forward
0 new messages