There seems to be some inconsistencies in the deployment of our jars to maven repositories...
1) <groupId>velocity</groupId> is missing from anakia, texen and dvsl pom files, which has at least two consequences, AFASK: * the jars are published in /anakia/anakia/, /texen/texen/ and /dvsl/dvsl/ instead of /velocity/anakia and the like. * the jars are published without the 'velocity-' prefix. 2) the velocity-tools-2.0-alpha1 groupId is incorrectly set to org.apache.velocity.tools instead of org.apache.velocity, so the deployment directory for 2.0-alpha1 is /velocity/tools/velocity-tools/ instead of /velocity/velocity-tools/. I propose for both a redeployment using correct paths. I'm not even sure we should keep misplaced jars - it may break some automated downloads but those errors are highly trackable and better keep shared repositories as clean as possible. Claude --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
