Commit 245b2e6de4300cb3f9e318351b8660c3e6ba1c75

Authored by Matthijs Brouwer
1 parent 09d251e3

jacoco resources

docker/Dockerfile
1 1 # Automatically generated Dockerfile
2   -# - Build 2017-05-12 20:20
  2 +# - Build 2017-05-12 20:50
3 3 # - Lucene/Solr version 6.5.1
4 4 # - Mtas release 20170505
5 5 #
... ... @@ -74,7 +74,7 @@ RUN service apache2 stop && \
74 74 chmod -R 755 /var/www/html && \
75 75 printf "echo\n" >> /start.sh && \
76 76 printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh && \
77   - printf "echo \" Timestamp 2017-05-12 20:20\"\n" >> /start.sh && \
  77 + printf "echo \" Timestamp 2017-05-12 20:50\"\n" >> /start.sh && \
78 78 printf "echo \" Lucene/Solr version 6.5.1\"\n" >> /start.sh && \
79 79 printf "echo \" Mtas release 20170505\"\n" >> /start.sh && \
80 80 printf "echo \" See https://meertensinstituut.github.io/mtas/ for more information\"\n" >> /start.sh && \
... ...
src/site/resources/_config.yml 0 → 100644
  1 +# Allow JaCoCo's directory to bypass GitHub's Jekyll-powered pages
  2 +# so that the web report renders properly
  3 +include: ['.resources']
... ...