> I have a war overlay I want to use in my war but need to specify a > different jar version in my final war or remove some unused jars. > Shouldn't dependencyManagement work for both of these cases? What's the > approach to handle these two cases?
To be clear, are you saying that you want to compile & test with g:a:1.0.1 but then package g:a:1.0.2 in your WAR? And you want to build with g1:a1:1.0.1 and g2:a2:1.0.1 but then keep them out of the WAR when you package it? If so, I don't understand these use cases, please explain things more. If not, please explain with more concrete details/examples -- tell us what you have right now vs what you want. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
