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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
