Skip to content

Commit 363b8ac

Browse files
committed
Don't clean by default when building the configuration, as it will remove all downloaded packages. 'clean' can be added to conga_maven_opts if required.
1 parent c9e2a39 commit 363b8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
- name: Build Maven command line.
2626
set_fact:
27-
_mvn_cmdline: "{{ conga_maven_cmd }} {{ conga_maven_opts }} clean compile"
27+
_mvn_cmdline: "{{ conga_maven_cmd }} {{ conga_maven_opts }} compile"
2828

2929
- name: Add custom Maven settings.
3030
set_fact:

0 commit comments

Comments
 (0)