Skip to content

Commit

Permalink
Speed up builds by using an older version of maven-source-plugin (2.4…
Browse files Browse the repository at this point in the history
…) that doesn't have speed issues on ubuntu (as does 3.0.0)
  • Loading branch information
cgruber committed Apr 8, 2016
1 parent 6987b00 commit 2920db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.0</version>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 2920db7

Please sign in to comment.