Taylor Gautier wrote: > I think we discussed this before, but it seems that the new maven > resolution requires that all config modules are build with a groupId > of org.terracotta.modules - is that right? Not anymore. We assume that groupId is org.terracotta.modules but you can explicitly specify other groupId in tc-config.xml.
One thing worth to mention is that we expect that groupId in Maven repository will match qualified name in the Require-Bundle and Bundle-SymbolicName attributes in the manifest.mf for all config modules. For example, clustered-iBatis-2.2.0 module have the following: Bundle-SymbolicName: org.terracotta.modules.clustered-iBatis-2.2.0 Require-Bundle: org.terracotta.modules.modules_common, org.terracotta.modules.clustered-cglib-2.1.3 All 3 above modules are in org.terracotta.modules namespace and the same groupId. regards, Eugene _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
