Skip to content

Commit 766a76d

Browse files
committed
Revert maven-source-plugin to version 2.4 to speed up builds (#961)
* 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) * Add comment to clarify maven-source-plugin downgrade
1 parent 121783a commit 766a76d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,12 @@
426426
<plugin>
427427
<groupId>org.apache.maven.plugins</groupId>
428428
<artifactId>maven-source-plugin</artifactId>
429-
<version>3.0.0</version>
429+
<!--
430+
maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
431+
maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
432+
Until that is fixed we should stick to 2.4.
433+
-->
434+
<version>2.4</version>
430435
<executions>
431436
<execution>
432437
<id>attach-sources</id>

0 commit comments

Comments
 (0)