Skip to content

Commit

Permalink
Merge pull request apache#110 from mccheah/fix-dependency-resolve
Browse files Browse the repository at this point in the history
Use mvn install instead of go-offline
  • Loading branch information
ash211 authored Feb 22, 2017
2 parents 8a2bf5e + ad73e0a commit 123cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ checkout:

dependencies:
override:
- ./build/mvn -DskipTests -Phadoop-2.7 -Pkinesis-asl -Pkubernetes -Pmesos -Pyarn -Phive-thriftserver -Phive -Psparkr dependency:go-offline
- ./build/mvn -DskipTests -Phadoop-2.7 -Pkinesis-asl -Pkubernetes -Pmesos -Pyarn -Phive-thriftserver -Phive -Psparkr install

test:
override:
Expand Down

0 comments on commit 123cd0f

Please sign in to comment.