Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert maven-source-plugin to version 2.4 to speed up builds #961

Merged
merged 2 commits into from
Apr 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.0</version>
<!--
maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
Until that is fixed we should stick to 2.4.
-->
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down