You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Alex Karasulu <ao...@bellsouth.net> on 2006/02/26 21:32:43 UTC

[daemon] Deploying maven 2 pom for release 1.0.1

Hiya,

The directory project depends on commons-daemon 1.0.1 and we had to 
update the maven2 repo with a temporary pom.xml to allow our recent 
release to go through.  I wanted to contact this list and make sure the 
deployed pom is correct.  It is located here:

http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/

Also I'd like to make sure we can get m2 deployments working for commons 
daemon from now on.  I'm a committer but I wanted to ask if it's ok to 
add a m2 pom alongside the m1 project.xml so we can update the m2 
repository.

Thanks,
Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Jean-frederic Clere <jf...@gmail.com>.
Alex Karasulu wrote:

> Hiya,
>
> The directory project depends on commons-daemon 1.0.1 and we had to 
> update the maven2 repo with a temporary pom.xml to allow our recent 
> release to go through.  I wanted to contact this list and make sure 
> the deployed pom is correct.  It is located here:
>
> http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/ 
>

That looks ok for me.

Cheers

Jean-Frederic

>
> Also I'd like to make sure we can get m2 deployments working for 
> commons daemon from now on.  I'm a committer but I wanted to ask if 
> it's ok to add a m2 pom alongside the m1 project.xml so we can update 
> the m2 repository.
>
> Thanks,
> Alex
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Carlos Sanchez <ca...@apache.org>.
You can change that also in the m1 poms. If there're already releases
we can relocate the to the new groupid, so people using the old one
will get a warning althoug still working.

On 2/27/06, Dennis Lundberg <de...@apache.org> wrote:
> Alex Karasulu wrote:
> > Hiya,
> >
> > The directory project depends on commons-daemon 1.0.1 and we had to
> > update the maven2 repo with a temporary pom.xml to allow our recent
> > release to go through.  I wanted to contact this list and make sure the
> > deployed pom is correct.  It is located here:
> >
> > http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/
> >
> > Also I'd like to make sure we can get m2 deployments working for commons
> > daemon from now on.  I'm a committer but I wanted to ask if it's ok to
> > add a m2 pom alongside the m1 project.xml so we can update the m2
> > repository.
>
> If we start to add m2 poms to SVN I do think we should use the Maven 2
> way to declare groupId, like this:
>
>    <groupId>org.apache.commons</groupId>
>    <artifactId>commons-daemon</artifactId>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Carlos Sanchez <ca...@apache.org>.
I think commons is required or the group would get too big. Also a
groupId per PMC sounds the best approach.

On 3/3/06, Henri Yandell <fl...@gmail.com> wrote:
> Another one:
>
> org.apache.jakarta
>
> no commons.
>
> With my different hats/mental viewpoints:
>
> * Foundation:  We need to have an organizing, pmc based structure.
> * Jakarta: We need a single top grouping for Jakarta
> * Commons: We need a grouping for Commons
> * Jakarta: I want to merge Commons and Jakarta, so can drop one
> * Foundation: commons.apache.org means painful arguments, prefer jakarta.
>
> These multiple inputs are why I'm trying to get this resolved right
> now, regardless of short-term pain.
>
> Hen
>
> On 3/3/06, Brett Porter <br...@apache.org> wrote:
> > I'd say o.a.j.c, but really it doesn't matter. Pick one and use it
> > consistently.
> >
> > If you use o.a.c, you will have to share with anything else "commons" at
> > Apache. Same deal that has been traded off for the Java package before.
> > It's really not a big deal.
> >
> > - Brett
> >
> > Dennis Lundberg wrote:
> > > Henri Yandell wrote:
> > >> On 2/27/06, Dennis Lundberg <de...@apache.org> wrote:
> > >>> Alex Karasulu wrote:
> > >>>> Hiya,
> > >>>>
> > >>>> The directory project depends on commons-daemon 1.0.1 and we had to
> > >>>> update the maven2 repo with a temporary pom.xml to allow our recent
> > >>>> release to go through.  I wanted to contact this list and make sure the
> > >>>> deployed pom is correct.  It is located here:
> > >>>>
> > >>>> http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/
> > >>>>
> > >>>>
> > >>>> Also I'd like to make sure we can get m2 deployments working for
> > >>>> commons
> > >>>> daemon from now on.  I'm a committer but I wanted to ask if it's ok to
> > >>>> add a m2 pom alongside the m1 project.xml so we can update the m2
> > >>>> repository.
> > >>> If we start to add m2 poms to SVN I do think we should use the Maven 2
> > >>> way to declare groupId, like this:
> > >>>
> > >>>    <groupId>org.apache.commons</groupId>
> > >>>    <artifactId>commons-daemon</artifactId>
> > >>
> > >> I think it should be:   org.apache.jakarta.commons
> > >>
> > >> It's not the package, just a grouping, so let's get it right at the
> > >> ASF this time.
> > >
> > > This page [1] says to use the package, but I have taken this question
> > > over to dev@maven.apache.org [2] to get this clarified. Will post the
> > > result back here later.
> > >
> > > <snip/>
> > >
> > >
> > > [1]http://maven.apache.org/guides/mini/guide-naming-conventions.html
> > > [2]http://www.nabble.com/What-M2-groupId-should-we-use-in-Jakarta-commons--t1220408.html
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Henri Yandell <fl...@gmail.com>.
Another one:

org.apache.jakarta

no commons.

With my different hats/mental viewpoints:

* Foundation:  We need to have an organizing, pmc based structure.
* Jakarta: We need a single top grouping for Jakarta
* Commons: We need a grouping for Commons
* Jakarta: I want to merge Commons and Jakarta, so can drop one
* Foundation: commons.apache.org means painful arguments, prefer jakarta.

These multiple inputs are why I'm trying to get this resolved right
now, regardless of short-term pain.

Hen

On 3/3/06, Brett Porter <br...@apache.org> wrote:
> I'd say o.a.j.c, but really it doesn't matter. Pick one and use it
> consistently.
>
> If you use o.a.c, you will have to share with anything else "commons" at
> Apache. Same deal that has been traded off for the Java package before.
> It's really not a big deal.
>
> - Brett
>
> Dennis Lundberg wrote:
> > Henri Yandell wrote:
> >> On 2/27/06, Dennis Lundberg <de...@apache.org> wrote:
> >>> Alex Karasulu wrote:
> >>>> Hiya,
> >>>>
> >>>> The directory project depends on commons-daemon 1.0.1 and we had to
> >>>> update the maven2 repo with a temporary pom.xml to allow our recent
> >>>> release to go through.  I wanted to contact this list and make sure the
> >>>> deployed pom is correct.  It is located here:
> >>>>
> >>>> http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/
> >>>>
> >>>>
> >>>> Also I'd like to make sure we can get m2 deployments working for
> >>>> commons
> >>>> daemon from now on.  I'm a committer but I wanted to ask if it's ok to
> >>>> add a m2 pom alongside the m1 project.xml so we can update the m2
> >>>> repository.
> >>> If we start to add m2 poms to SVN I do think we should use the Maven 2
> >>> way to declare groupId, like this:
> >>>
> >>>    <groupId>org.apache.commons</groupId>
> >>>    <artifactId>commons-daemon</artifactId>
> >>
> >> I think it should be:   org.apache.jakarta.commons
> >>
> >> It's not the package, just a grouping, so let's get it right at the
> >> ASF this time.
> >
> > This page [1] says to use the package, but I have taken this question
> > over to dev@maven.apache.org [2] to get this clarified. Will post the
> > result back here later.
> >
> > <snip/>
> >
> >
> > [1]http://maven.apache.org/guides/mini/guide-naming-conventions.html
> > [2]http://www.nabble.com/What-M2-groupId-should-we-use-in-Jakarta-commons--t1220408.html
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Brett Porter <br...@apache.org>.
I'd say o.a.j.c, but really it doesn't matter. Pick one and use it
consistently.

If you use o.a.c, you will have to share with anything else "commons" at
Apache. Same deal that has been traded off for the Java package before.
It's really not a big deal.

- Brett

Dennis Lundberg wrote:
> Henri Yandell wrote:
>> On 2/27/06, Dennis Lundberg <de...@apache.org> wrote:
>>> Alex Karasulu wrote:
>>>> Hiya,
>>>>
>>>> The directory project depends on commons-daemon 1.0.1 and we had to
>>>> update the maven2 repo with a temporary pom.xml to allow our recent
>>>> release to go through.  I wanted to contact this list and make sure the
>>>> deployed pom is correct.  It is located here:
>>>>
>>>> http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/
>>>>
>>>>
>>>> Also I'd like to make sure we can get m2 deployments working for
>>>> commons
>>>> daemon from now on.  I'm a committer but I wanted to ask if it's ok to
>>>> add a m2 pom alongside the m1 project.xml so we can update the m2
>>>> repository.
>>> If we start to add m2 poms to SVN I do think we should use the Maven 2
>>> way to declare groupId, like this:
>>>
>>>    <groupId>org.apache.commons</groupId>
>>>    <artifactId>commons-daemon</artifactId>
>>
>> I think it should be:   org.apache.jakarta.commons
>>
>> It's not the package, just a grouping, so let's get it right at the
>> ASF this time.
> 
> This page [1] says to use the package, but I have taken this question
> over to dev@maven.apache.org [2] to get this clarified. Will post the
> result back here later.
> 
> <snip/>
> 
> 
> [1]http://maven.apache.org/guides/mini/guide-naming-conventions.html
> [2]http://www.nabble.com/What-M2-groupId-should-we-use-in-Jakarta-commons--t1220408.html
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Dennis Lundberg <de...@apache.org>.
Henri Yandell wrote:
> On 2/27/06, Dennis Lundberg <de...@apache.org> wrote:
>> Alex Karasulu wrote:
>>> Hiya,
>>>
>>> The directory project depends on commons-daemon 1.0.1 and we had to
>>> update the maven2 repo with a temporary pom.xml to allow our recent
>>> release to go through.  I wanted to contact this list and make sure the
>>> deployed pom is correct.  It is located here:
>>>
>>> http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/
>>>
>>> Also I'd like to make sure we can get m2 deployments working for commons
>>> daemon from now on.  I'm a committer but I wanted to ask if it's ok to
>>> add a m2 pom alongside the m1 project.xml so we can update the m2
>>> repository.
>> If we start to add m2 poms to SVN I do think we should use the Maven 2
>> way to declare groupId, like this:
>>
>>    <groupId>org.apache.commons</groupId>
>>    <artifactId>commons-daemon</artifactId>
> 
> I think it should be:   org.apache.jakarta.commons
> 
> It's not the package, just a grouping, so let's get it right at the
> ASF this time.

This page [1] says to use the package, but I have taken this question 
over to dev@maven.apache.org [2] to get this clarified. Will post the 
result back here later.

<snip/>


[1]http://maven.apache.org/guides/mini/guide-naming-conventions.html
[2]http://www.nabble.com/What-M2-groupId-should-we-use-in-Jakarta-commons--t1220408.html

-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Alex Karasulu <ao...@bellsouth.net>.
Henri Yandell wrote:
> On 2/27/06, Dennis Lundberg <de...@apache.org> wrote:
>   
>> Alex Karasulu wrote:
>>     
>>> Hiya,
>>>
>>> The directory project depends on commons-daemon 1.0.1 and we had to
>>> update the maven2 repo with a temporary pom.xml to allow our recent
>>> release to go through.  I wanted to contact this list and make sure the
>>> deployed pom is correct.  It is located here:
>>>
>>> http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/
>>>
>>> Also I'd like to make sure we can get m2 deployments working for commons
>>> daemon from now on.  I'm a committer but I wanted to ask if it's ok to
>>> add a m2 pom alongside the m1 project.xml so we can update the m2
>>> repository.
>>>       
>> If we start to add m2 poms to SVN I do think we should use the Maven 2
>> way to declare groupId, like this:
>>
>>    <groupId>org.apache.commons</groupId>
>>    <artifactId>commons-daemon</artifactId>
>>     
>
> I think it should be:   org.apache.jakarta.commons
>
> It's not the package, just a grouping, so let's get it right at the
> ASF this time.
>
> [I'm suggesting stuff on repostitory@apache that would force us to do
> this btw :), we wouldn't have write permissions to org.apache.commons]
>   
I thought that was the best way to go.  I should have spoken up.  But I 
agree this is best to do from the onset. 

Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Henri Yandell <fl...@gmail.com>.
On 2/27/06, Dennis Lundberg <de...@apache.org> wrote:
> Alex Karasulu wrote:
> > Hiya,
> >
> > The directory project depends on commons-daemon 1.0.1 and we had to
> > update the maven2 repo with a temporary pom.xml to allow our recent
> > release to go through.  I wanted to contact this list and make sure the
> > deployed pom is correct.  It is located here:
> >
> > http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/
> >
> > Also I'd like to make sure we can get m2 deployments working for commons
> > daemon from now on.  I'm a committer but I wanted to ask if it's ok to
> > add a m2 pom alongside the m1 project.xml so we can update the m2
> > repository.
>
> If we start to add m2 poms to SVN I do think we should use the Maven 2
> way to declare groupId, like this:
>
>    <groupId>org.apache.commons</groupId>
>    <artifactId>commons-daemon</artifactId>

I think it should be:   org.apache.jakarta.commons

It's not the package, just a grouping, so let's get it right at the
ASF this time.

[I'm suggesting stuff on repostitory@apache that would force us to do
this btw :), we wouldn't have write permissions to org.apache.commons]

Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Alex Karasulu <ao...@bellsouth.net>.
Dennis Lundberg wrote:

> Alex Karasulu wrote:
>
>> Hiya,
>>
>> The directory project depends on commons-daemon 1.0.1 and we had to 
>> update the maven2 repo with a temporary pom.xml to allow our recent 
>> release to go through.  I wanted to contact this list and make sure 
>> the deployed pom is correct.  It is located here:
>>
>> http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/ 
>>
>>
>> Also I'd like to make sure we can get m2 deployments working for 
>> commons daemon from now on.  I'm a committer but I wanted to ask if 
>> it's ok to add a m2 pom alongside the m1 project.xml so we can update 
>> the m2 repository.
>
>
> If we start to add m2 poms to SVN I do think we should use the Maven 2 
> way to declare groupId, like this:
>
>   <groupId>org.apache.commons</groupId>
>   <artifactId>commons-daemon</artifactId>
>
Yep makes sense.

Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [daemon] Deploying maven 2 pom for release 1.0.1

Posted by Dennis Lundberg <de...@apache.org>.
Alex Karasulu wrote:
> Hiya,
> 
> The directory project depends on commons-daemon 1.0.1 and we had to 
> update the maven2 repo with a temporary pom.xml to allow our recent 
> release to go through.  I wanted to contact this list and make sure the 
> deployed pom is correct.  It is located here:
> 
> http://test.maven.codehaus.org/maven2/commons-daemon/commons-daemon/1.0.1/
> 
> Also I'd like to make sure we can get m2 deployments working for commons 
> daemon from now on.  I'm a committer but I wanted to ask if it's ok to 
> add a m2 pom alongside the m1 project.xml so we can update the m2 
> repository.

If we start to add m2 poms to SVN I do think we should use the Maven 2 
way to declare groupId, like this:

   <groupId>org.apache.commons</groupId>
   <artifactId>commons-daemon</artifactId>

-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org