Incoming changes from CDV-624 http://jira.terracotta.org/jira/browse/CDV-624 will be in the DSO trunk branch.
This will put a distinction between underscores (_) and dashes (-) when used to name a TIM's groupId and artifactId. So, org.foo.bar.tim- baz will now be distinct from org.foo.bar.tim_baz (although that is admittedly not a good idea for people to do, for reference we are standardizing on using dashes) There will still be mapping from OSGi to Maven (and vice-versa) when resolving TIMs with version qualifiers; so when a TIM is marked as version 1.0.0-SNAPSHOT, internally (and in it's manifest) it is translated to 1.0.0.SNAPSHOT Related changes to the tc-maven-plugin will also be in effect (in it's trunk branch), so the ManifestMojo of this plugin will no longer translated dashes to underscore in the groupId and artifactId values when generating a manifest file. We (might) also port this behavior to the DSO 2.5 branch (and the tc- maven-plugin's tc-2.5 branch) Tnx. _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
