Mercurial > hg > digilib
view .travis.yml @ 1690:a0a8dbecb94c
Change web.xml setup to use WebServlet annotations.
Solves problem of having the correct web.xml when combining Servlets
via Maven profiles.
Works only with Servlet 3. For Servlet 2 you still need to patch
your own set of Servlets into web-2.4.xml.
You can still override Servlet mappings in web.xml if you want
(watch out for servlet-name).
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 26 Mar 2018 20:46:01 +0200 |
parents | dce010b1105c |
children | e0a962f3a9e8 |
line wrap: on
line source
# travis automated integration testing for digilib language: java sudo: false # run real tests script: mvn -DskipTests=false test -B