Skip to content

Commit

Permalink
Don't clean by default when building the configuration, as it will re…
Browse files Browse the repository at this point in the history
…move all downloaded packages. 'clean' can be added to conga_maven_opts if required.
  • Loading branch information
interatom committed Oct 13, 2017
1 parent c9e2a39 commit 363b8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

- name: Build Maven command line.
set_fact:
_mvn_cmdline: "{{ conga_maven_cmd }} {{ conga_maven_opts }} clean compile"
_mvn_cmdline: "{{ conga_maven_cmd }} {{ conga_maven_opts }} compile"

- name: Add custom Maven settings.
set_fact:
Expand Down

0 comments on commit 363b8ac

Please sign in to comment.