You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Neeme Praks <ne...@apache.org> on 2004/05/06 13:06:02 UTC

project.xml: framework vs. avalon-framework

While trying to build fortress, I ran into the issue that in many 
project.xml files (under excalibur) there is specified that groupId for 
avalon-framework is "framework" and not "avalon-framework". Is this 
intentional? Doesn't make any sense to me and creates a possibility for 
messing up maven repository (we cannot assume that we are THE only java 
framework out there :-)). If this is by mistake, I can go in and fix 
those that I spotted.

Rgds,
Neeme

Example:

Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/fortress/container-api/project.xml,v
retrieving revision 1.2
diff -u -r1.2 project.xml
--- project.xml    30 Mar 2004 12:15:16 -0000    1.2
+++ project.xml    6 May 2004 11:01:31 -0000
@@ -33,7 +33,7 @@
         <dependency>
             <id>avalon-framework</id>
             <version>4.1.5</version>
-            <groupId>framework</groupId>
+            <groupId>avalon-framework</groupId>
         </dependency>
         <dependency>
             <groupId>excalibur-event</groupId>

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


Re: project.xml: framework vs. avalon-framework

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Thursday 06 May 2004 19:06, Neeme Praks wrote:
> While trying to build fortress, I ran into the issue that in many
> project.xml files (under excalibur) there is specified that groupId for
> avalon-framework is "framework" and not "avalon-framework". Is this
> intentional? Doesn't make any sense to me and creates a possibility for
> messing up maven repository (we cannot assume that we are THE only java
> framework out there :-)). If this is by mistake, I can go in and fix
> those that I spotted.

IIRC, It used to be "framework" and was changed to "avalon-framework" for the 
exact same reasons as mentioned above.
-- 
+---------//-------------------+
|   http://www.bali.ac         |
|  http://niclas.hedhman.org   |
+------//----------------------+

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