I think maven best practice would suggest to avoid groupId duplication
- for pool2 we agreed to switch to o.a.c groupId.
which problems are you speaking about? I'm asking because I would have
missed something I don't know yet.

BTW, the MavenIDE suggested me suppressing the groupId duplication:

Description     Resource        Path    Location        Type
GroupId is duplicate of parent
groupId /commons-pool2/pom.xml  /commons-pool2  line 28 Maven pom
Loading Problem


http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Wed, Mar 23, 2011 at 11:32 PM, sebb <seb...@gmail.com> wrote:
> On 23 March 2011 22:09,  <simonetrip...@apache.org> wrote:
>> Author: simonetripodi
>> Date: Wed Mar 23 22:09:07 2011
>> New Revision: 1084776
>>
>> URL: http://svn.apache.org/viewvc?rev=1084776&view=rev
>> Log:
>> groupId inherited from parent pom
>
> That is true, but I think it's best to be specific in this case.
> The wrong groupId can cause lots of problems.
>
>> Modified:
>>    commons/proper/pool/trunk/pom.xml
>>
>> Modified: commons/proper/pool/trunk/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1084776&r1=1084775&r2=1084776&view=diff
>> ==============================================================================
>> --- commons/proper/pool/trunk/pom.xml (original)
>> +++ commons/proper/pool/trunk/pom.xml Wed Mar 23 22:09:07 2011
>> @@ -25,7 +25,6 @@
>>     <version>20</version>
>>   </parent>
>>   <modelVersion>4.0.0</modelVersion>
>> -  <groupId>org.apache.commons</groupId>
>>   <artifactId>commons-pool2</artifactId>
>>   <version>2.0-SNAPSHOT</version>
>>   <name>Commons Pool</name>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

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

Reply via email to