Skip to content

Commit

Permalink
Remove unused(?) maven plugin that's only in presigned-contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
arielshaqed committed Sep 27, 2023
1 parent 6ed5dc7 commit 1f34231
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions clients/hadoopfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,6 @@ To export to S3:
<hadoop.version>3.1.4</hadoop.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<configuration>
<systemPropertyVariables>
<lakefs.access_mode>presigned</lakefs.access_mode>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>${contract_tests.resource_dir}</directory>
Expand Down

0 comments on commit 1f34231

Please sign in to comment.