[GitHub] tomcat-maven-plugin pull request: fix scanning of ServletContainer...

2015-10-13 Thread bmeriaux
GitHub user bmeriaux opened a pull request: https://github.com/apache/tomcat-maven-plugin/pull/20 fix scanning of ServletContainerInitializer by tomcat > 7.0.5x ServletContainerInitializer not scanned in goal "run" I found that since tomcat v7.0.5x , because

[GitHub] tomcat-maven-plugin pull request: use provided encoding for https ...

2015-08-28 Thread bmeriaux
GitHub user bmeriaux opened a pull request: https://github.com/apache/tomcat-maven-plugin/pull/19 use provided encoding for https conector If we specified a custom URI encoding in the pom, it was only set for the http connector and not for the https one. this patch fix it