Skip to content

Commit

Permalink
Explicitly add maven-jar-plugin version to improve incremental build …
Browse files Browse the repository at this point in the history
…time. (NVIDIA#1631)

* specify the maven jar plugin version to speed up builds

* fix spacing

* use 3.2.0 version

* signoff

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
  • Loading branch information
tgravescs authored Jan 29, 2021
1 parent e1d776e commit c620361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
<spark311.version>3.1.1-SNAPSHOT</spark311.version>
<mockito.version>3.6.0</mockito.version>
<scala.plugin.version>4.3.0</scala.plugin.version>
<maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -494,6 +495,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven.jar.plugin.version}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit c620361

Please sign in to comment.