Adds -X to build command

This commit is contained in:
Spencer Gibb
2019-07-01 10:33:51 -04:00
parent 5d23188ecb
commit 7286b2ae1d

View File

@@ -718,7 +718,7 @@ public class ReleaserProperties implements Serializable {
/**
* Command to be executed to build the project.
*/
private String buildCommand = "./mvnw clean install -B -Pdocs {{systemProps}}";
private String buildCommand = "./mvnw clean install -X -B -Pdocs {{systemProps}}";
/**
* Command to be executed to deploy a built project.