Berin,

I think, based on how the lifecycle-api JAR and excalibur-pool-api JARs are built/distributed per their project.xml(s), the groupId needs to be excalibur-lifecycle/excalibur-pool. The groupId translates to the directory under the maven repo, and all the lifecycle JARs are under the excalibur-lifecycle (and excalibur-pool for the other one, see here: http://people.apache.org/~shash/dist/).

Is there something that isn't working from this repo?

Shash

Author: bloritsch
Date: Tue Aug 16 11:09:58 2005
New Revision: 233023

URL: http://svn.apache.org/viewcvs?rev=233023&view=rev
Log:
make it consistent with th other

Modified:
   excalibur/trunk/containerkit/lifecycle/impl/project.xml

Modified: excalibur/trunk/containerkit/lifecycle/impl/project.xml
URL: 
http://svn.apache.org/viewcvs/excalibur/trunk/containerkit/lifecycle/impl/project.xml?rev=233023&r1=233022&r2=233023&view=diff
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/impl/project.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/impl/project.xml Tue Aug 16 11:09:58 
2005
@@ -27,7 +27,7 @@
  <dependencies>

    <dependency>
-      <groupId>excalibur-lifecycle</groupId>
+      <groupId>excalibur-lifecycle-api</groupId>
      <artifactId>excalibur-lifecycle-api</artifactId>
      <version>2.1-RC2</version>
    </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to