Skip to content

Commit

Permalink
More normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn committed Jan 24, 2024
1 parent 5dda3ef commit 7e71c3f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,22 @@
</ignoredFiles>
</runtimeClassPath>
</normalization>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<inputs>
<fileSets>
<fileSet>
<name>testingData</name>
<paths>
<path>${arrow.test.dataRoot}</path>
</paths>
</fileSet>
</fileSets>
</inputs>
</plugin>
</plugins>
</gradleEnterprise>
</configuration>
</plugin>
Expand Down

0 comments on commit 7e71c3f

Please sign in to comment.