I am having troubles getting this dependency to be found that is in a 'non-default' location inside the jar. The jar is build with the classfiles being located in WEB-INF/classes. The MANIFEST of that jar reflects this: Bundle-ClassPath: WEB-INF/classes/
I can't get maven to find these classes though when I am using this dependency. Right now I just have this for my dependency: <dependency> <groupId>group</groupId> <artifactId>group.id<artifactId> <version>1.0</version> </dependency> What am I missing? Thanks -- View this message in context: http://old.nabble.com/Trouble-finding-dependency-tp26287327p26287327.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
