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: ...@@ -4,7 +4,7 @@ jdk:
sudo: false sudo: false
env: env:
global: global:
- BUILD_CMD='mvn -Dskip.tests=true initialize clean install' - BUILD_CMD='mvn -Dskip.tests=true clean install'
- RUN_TESTS=false - RUN_TESTS=false
matrix: matrix:
include: include:
...@@ -19,6 +19,7 @@ before_install: ...@@ -19,6 +19,7 @@ before_install:
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"
- "source install_dependencies.sh" - "source install_dependencies.sh"
- "mvn -Dskip.tests=true initialize"
install: install:
- "$BUILD_CMD" - "$BUILD_CMD"
script: 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