Skip to content

Commit 2920db7

Browse files
committed
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)
1 parent 6987b00 commit 2920db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.apache.maven.plugins</groupId>
239239
<artifactId>maven-source-plugin</artifactId>
240-
<version>3.0.0</version>
240+
<version>2.4</version>
241241
<executions>
242242
<execution>
243243
<id>attach-sources</id>

0 commit comments

Comments
 (0)