From 2920db79461cfc5a6789065da07a1fc9a4f5b5ea Mon Sep 17 00:00:00 2001 From: cgruber Date: Thu, 7 Apr 2016 17:49:53 -0700 Subject: [PATCH] Speed up builds by using an older version of maven-source-plugin (2.4) that doesn't have speed issues on ubuntu (as does 3.0.0) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 42f9bd73cdfb..007771068dcf 100644 --- a/pom.xml +++ b/pom.xml @@ -237,7 +237,7 @@ org.apache.maven.plugins maven-source-plugin - 3.0.0 + 2.4 attach-sources