Skip to content

Commit

Permalink
Fix build bug: repeated runs mvn package without clean lead to missin…
Browse files Browse the repository at this point in the history
…g spark-rapids spark-rapids-jni-version-info.properties in dist jar (#5779)

Signed-off-by: Chong Gao <[email protected]>
  • Loading branch information
res-life authored Jun 13, 2022
1 parent 51433fe commit a5165ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,18 +432,21 @@
</goals>
<configuration>
<artifactItems>
<!-- if add new artifacts, should set `overWrite` as true -->
<artifactItem>
<groupId>com.nvidia</groupId>
<artifactId>spark-rapids-jni</artifactId>
<classifier>${cuda.version}</classifier>
<excludes>META-INF</excludes>
<outputDirectory>${project.build.directory}/parallel-world</outputDirectory>
<overWrite>true</overWrite>
</artifactItem>
<artifactItem>
<groupId>org.openucx</groupId>
<artifactId>jucx</artifactId>
<excludes>META-INF</excludes>
<outputDirectory>${project.build.directory}/parallel-world</outputDirectory>
<overWrite>true</overWrite>
</artifactItem>
</artifactItems>
</configuration>
Expand Down

0 comments on commit a5165ef

Please sign in to comment.