Hi there, we have the case that we have a managed dependency to jug:jug.jar :provided in our managed dependency pom. Now one of our applications should include that jar as it gets deployed to a place where jug is not provided. When we set the scope in the pom in question to 'runtime' the maven assembly is still not deploying the jar into the deployment zip. We tried to force it using an include tag in the dependencySet tag, but this only let to a message that the string didn't match. Even more strange - this worked well while the pom was in SNAPSHOT mode.
What do I miss here? Cheers, Kai
