i search a method for Maven that accept different configurations for deploy and debug. I want to choose different web.xml-file. How to get it?
开发者_如何学运维Greetz, sheepy
You can use resource filtering to substitute values in the web.xml from properties declared in different profiles or in the command line option or you can use property to specify different web.xml in maven-war-plugin configuration.
精彩评论