Skip to content
Snippets Groups Projects
Commit e8e52fb6 authored by “kpepper”'s avatar “kpepper”
Browse files

Added a mvn initialize call to before install section

parent 01cd9fc8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ jdk:
sudo: false
env:
global:
- BUILD_CMD='mvn -Dskip.tests=true initialize clean install'
- BUILD_CMD='mvn -Dskip.tests=true clean install'
- RUN_TESTS=false
matrix:
include:
......@@ -19,6 +19,7 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "source install_dependencies.sh"
- "mvn -Dskip.tests=true initialize"
install:
- "$BUILD_CMD"
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment