Skip to content

Commit

Permalink
GH-3016: Do not use dependency-reduced pom for attached shaded artifa…
Browse files Browse the repository at this point in the history
…ct (#3015)
  • Loading branch information
RustedBones authored Sep 30, 2024
1 parent fcfd427 commit 0c8b757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Parquet-Java uses Maven to build and depends on the thrift compiler (protoc is n
To build and install the thrift compiler, run:

```
wget -nv http://archive.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz
wget -nv https://archive.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz
tar xzf thrift-0.20.0.tar.gz
cd thrift-0.20.0
chmod +x ./configure
Expand Down
1 change: 1 addition & 0 deletions parquet-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>runtime</shadedClassifierName>
<minimizeJar>false</minimizeJar>
Expand Down

0 comments on commit 0c8b757

Please sign in to comment.