Specifically, I am trying to use BEA Kodo 4, the enhancer, and it appears to require that the directory containing the license.bea file be on the classpath.
From my understanding stuff on the classpath is treated the same,
regardless of whether it came from a jar or a directory. So if you put the license.bea inside a jar file so that it was at the root directory of the archive it should be the same as attaching a directory. Then you could install that archive into your repository as <dependecy> <groupId>com.bea</group <artifactId>kodo</artifactId> <classifier>license</classifier> </dependency> and then users of your plugin would need to have installed into their local repository (or their company internal repository) the license jar. I'm guessing that you might even be able to check that this dependency exists and provide a reasomable error message from your plugin if it doesn't. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
