It only means that you might have to create a Jira issue which
requests Nexus permissions for the groupId commons-codec. Quite
possible that this already exists. For example, I can say for sure
that such permissions exist for commons-fileupload. Just try to deploy
to Nexus and if you get suspicious error messages that sound like
authorization problems, create the issue.

Jochen


On Wed, Mar 9, 2011 at 3:31 AM, Gary Gregory <garydgreg...@gmail.com> wrote:
> Does having the old style of groupId mean that deploying will not work, per
> http://wiki.apache.org/commons/UsingNexus#top
>
> "All Commons components that use the *org.apache.commons* groupId are
> already set up to use Nexus."
>
> And if not... what happens?
>
> Gary
>
>
> On Tue, Mar 8, 2011 at 8:00 PM, sebb <seb...@gmail.com> wrote:
>
>> On 9 March 2011 00:02,  <ggreg...@apache.org> wrote:
>> > Author: ggregory
>> > Date: Wed Mar  9 00:02:12 2011
>> > New Revision: 1079608
>> >
>> > URL: http://svn.apache.org/viewvc?rev=1079608&view=rev
>> > Log:
>> > Use org.apache.commons groupId
>>
>> If you change the groupId you'll probably need to change the package
>> name as well ..
>>
>> Otherwise Maven can add two copies of the jar to the classpath, which
>> is not good when there are two copies of the same classes.
>>
>> > Modified:
>> >    commons/proper/codec/trunk/pom.xml
>> >
>> > Modified: commons/proper/codec/trunk/pom.xml
>> > URL:
>> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1079608&r1=1079607&r2=1079608&view=diff
>> >
>> ==============================================================================
>> > --- commons/proper/codec/trunk/pom.xml (original)
>> > +++ commons/proper/codec/trunk/pom.xml Wed Mar  9 00:02:12 2011
>> > @@ -25,7 +25,7 @@
>> >     <version>18</version>
>> >   </parent>
>> >   <modelVersion>4.0.0</modelVersion>
>> > -  <groupId>commons-codec</groupId>
>> > +  <groupId>org.apache.commons</groupId>
>> >   <artifactId>commons-codec</artifactId>
>> >   <version>1.5-SNAPSHOT</version>
>> >   <name>Commons Codec</name>
>> >
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>
>
>
> --
> Thank you,
> Gary
>
> http://garygregory.wordpress.com/
> http://garygregory.com/
> http://people.apache.org/~ggregory/
> http://twitter.com/GaryGregory
>



-- 
I Am What I Am And That's All What I Yam (Popeye)

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

Reply via email to