Who put us in Maven?

View: New views
5 Messages — Rating Filter:   Alert me  

Who put us in Maven?

by Justin T. Sampson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Howdy,

Who was involved in putting past Prevayler releases into the Maven central repository? I'd like to get 2.3 in there (and 2.4 when it's ready).

I'm also curious (maybe I'll try to ask the Maven folks about this as well) about using "prevayler" vs. "org.prevayler" as the groupId. They seem to prefer the latter form these days, so I wonder if it's worth moving.

Cheers,
Justin

--
Agile Focus - http://agilefocus.com/

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Prevayler-coders mailing list
Prevayler-coders@...
https://lists.sourceforge.net/lists/listinfo/prevayler-coders

Re: Who put us in Maven?

by Klaus Wuestefeld :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jon Tirsen, IIRC


On Wed, Mar 11, 2009 at 8:49 PM, Justin T. Sampson <justin@...> wrote:

> Howdy,
>
> Who was involved in putting past Prevayler releases into the Maven central
> repository? I'd like to get 2.3 in there (and 2.4 when it's ready).
>
> I'm also curious (maybe I'll try to ask the Maven folks about this as well)
> about using "prevayler" vs. "org.prevayler" as the groupId. They seem to
> prefer the latter form these days, so I wonder if it's worth moving.
>
> Cheers,
> Justin
>
> --
> Agile Focus - http://agilefocus.com/
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> Prevayler-coders mailing list
> Prevayler-coders@...
> https://lists.sourceforge.net/lists/listinfo/prevayler-coders
>
>

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Prevayler-coders mailing list
Prevayler-coders@...
https://lists.sourceforge.net/lists/listinfo/prevayler-coders

Re: Who put us in Maven?

by Klaus Wuestefeld :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jacob might have been involved too...

On Wed, Mar 11, 2009 at 10:20 PM, Klaus Wuestefeld
<klauswuestefeld@...> wrote:

> Jon Tirsen, IIRC
>
>
> On Wed, Mar 11, 2009 at 8:49 PM, Justin T. Sampson <justin@...> wrote:
>> Howdy,
>>
>> Who was involved in putting past Prevayler releases into the Maven central
>> repository? I'd like to get 2.3 in there (and 2.4 when it's ready).
>>
>> I'm also curious (maybe I'll try to ask the Maven folks about this as well)
>> about using "prevayler" vs. "org.prevayler" as the groupId. They seem to
>> prefer the latter form these days, so I wonder if it's worth moving.
>>
>> Cheers,
>> Justin
>>
>> --
>> Agile Focus - http://agilefocus.com/
>>
>> ------------------------------------------------------------------------------
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> _______________________________________________
>> Prevayler-coders mailing list
>> Prevayler-coders@...
>> https://lists.sourceforge.net/lists/listinfo/prevayler-coders
>>
>>
>

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Prevayler-coders mailing list
Prevayler-coders@...
https://lists.sourceforge.net/lists/listinfo/prevayler-coders

Re: Who put us in Maven?

by Justin T. Sampson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Okay -- Jacob, Jon, are you still around? Do you remember the steps you took?

I think I'll go ahead and do the "manual upload of artifacts" described here to submit prevayler-2.3.jar:

http://maven.apache.org/guides/mini/guide-central-repository-upload.html

I'm actually starting to use Maven for building Prevayler itself (it really helps with figuring out dependencies), so I'll be able to do the preferred "sync'ing your own repository to the central repository automatically" approach in the future. I guess I'll use the SourceForge web hosting space as the intermediary repository since the Maven bot already has ssh access there (basically, I have to use Maven to push releases to an arbitrary repository that the central repository can then pull from).

As for "prevayler" vs. "org.prevayler" for the groupId, it looks like they now require the inverted-domain form for new projects, but old projects can of course continue to use whatever groupId they've used before. I'll definitely use "prevayler" for 2.3, but I'm considering switching to "org.prevayler" to have kind of a clean starting point since I'll be using Maven for the build and splitting out some subgroups and modules.

Cheers,
Justin


On Wed, Mar 11, 2009 at 6:30 PM, Klaus Wuestefeld <klauswuestefeld@...> wrote:
Jacob might have been involved too...

On Wed, Mar 11, 2009 at 10:20 PM, Klaus Wuestefeld
<klauswuestefeld@...> wrote:
> Jon Tirsen, IIRC
>
>
> On Wed, Mar 11, 2009 at 8:49 PM, Justin T. Sampson <justin@...> wrote:
>> Howdy,
>>
>> Who was involved in putting past Prevayler releases into the Maven central
>> repository? I'd like to get 2.3 in there (and 2.4 when it's ready).
>>
>> I'm also curious (maybe I'll try to ask the Maven folks about this as well)
>> about using "prevayler" vs. "org.prevayler" as the groupId. They seem to
>> prefer the latter form these days, so I wonder if it's worth moving.
>>
>> Cheers,
>> Justin
>>
>> --
>> Agile Focus - http://agilefocus.com/
>>
>> ------------------------------------------------------------------------------
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> _______________________________________________
>> Prevayler-coders mailing list
>> Prevayler-coders@...
>> https://lists.sourceforge.net/lists/listinfo/prevayler-coders
>>
>>
>

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Prevayler-coders mailing list
Prevayler-coders@...
https://lists.sourceforge.net/lists/listinfo/prevayler-coders



--
Agile Focus - http://agilefocus.com/

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Prevayler-coders mailing list
Prevayler-coders@...
https://lists.sourceforge.net/lists/listinfo/prevayler-coders

Re: Who put us in Maven?

by Klaus Wuestefeld :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Nice :)


On Thu, Mar 12, 2009 at 3:30 PM, Justin T. Sampson <justin@...> wrote:

> Okay -- Jacob, Jon, are you still around? Do you remember the steps you
> took?
>
> I think I'll go ahead and do the "manual upload of artifacts" described here
> to submit prevayler-2.3.jar:
>
> http://maven.apache.org/guides/mini/guide-central-repository-upload.html
>
> I'm actually starting to use Maven for building Prevayler itself (it really
> helps with figuring out dependencies), so I'll be able to do the preferred
> "sync'ing your own repository to the central repository automatically"
> approach in the future. I guess I'll use the SourceForge web hosting space
> as the intermediary repository since the Maven bot already has ssh access
> there (basically, I have to use Maven to push releases to an arbitrary
> repository that the central repository can then pull from).
>
> As for "prevayler" vs. "org.prevayler" for the groupId, it looks like they
> now require the inverted-domain form for new projects, but old projects can
> of course continue to use whatever groupId they've used before. I'll
> definitely use "prevayler" for 2.3, but I'm considering switching to
> "org.prevayler" to have kind of a clean starting point since I'll be using
> Maven for the build and splitting out some subgroups and modules.
>
> Cheers,
> Justin
>
>
> On Wed, Mar 11, 2009 at 6:30 PM, Klaus Wuestefeld
> <klauswuestefeld@...> wrote:
>>
>> Jacob might have been involved too...
>>
>> On Wed, Mar 11, 2009 at 10:20 PM, Klaus Wuestefeld
>> <klauswuestefeld@...> wrote:
>> > Jon Tirsen, IIRC
>> >
>> >
>> > On Wed, Mar 11, 2009 at 8:49 PM, Justin T. Sampson <justin@...>
>> > wrote:
>> >> Howdy,
>> >>
>> >> Who was involved in putting past Prevayler releases into the Maven
>> >> central
>> >> repository? I'd like to get 2.3 in there (and 2.4 when it's ready).
>> >>
>> >> I'm also curious (maybe I'll try to ask the Maven folks about this as
>> >> well)
>> >> about using "prevayler" vs. "org.prevayler" as the groupId. They seem
>> >> to
>> >> prefer the latter form these days, so I wonder if it's worth moving.
>> >>
>> >> Cheers,
>> >> Justin
>> >>
>> >> --
>> >> Agile Focus - http://agilefocus.com/
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly
>> >> and
>> >> easily build your RIAs with Flex Builder, the Eclipse(TM)based
>> >> development
>> >> software that enables intelligent coding and step-through debugging.
>> >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> >> _______________________________________________
>> >> Prevayler-coders mailing list
>> >> Prevayler-coders@...
>> >> https://lists.sourceforge.net/lists/listinfo/prevayler-coders
>> >>
>> >>
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> _______________________________________________
>> Prevayler-coders mailing list
>> Prevayler-coders@...
>> https://lists.sourceforge.net/lists/listinfo/prevayler-coders
>
>
>
> --
> Agile Focus - http://agilefocus.com/
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> Prevayler-coders mailing list
> Prevayler-coders@...
> https://lists.sourceforge.net/lists/listinfo/prevayler-coders
>
>

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Prevayler-coders mailing list
Prevayler-coders@...
https://lists.sourceforge.net/lists/listinfo/prevayler-coders