Removes -X to build command

This commit is contained in:
Spencer Gibb
2019-07-01 11:00:30 -04:00
parent 7286b2ae1d
commit f4b0b6536f

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 -X -B -Pdocs {{systemProps}}";
private String buildCommand = "./mvnw clean install -B -Pdocs {{systemProps}}";
/**
* Command to be executed to deploy a built project.