Skip to content

Commit fe64c68

Browse files
committed
rename profile
1 parent c47a3ff commit fe64c68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
echo "use-agent" >> ~/.gnupg/gpg.conf
112112
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
113113
export GPG_TTY=$(tty)
114-
mvn --batch-mode -DskipTests -Drust.release.build=true -DpushChanges=false -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy -P deploy-to-ossrh
114+
mvn --batch-mode -DskipTests -Drust.release.build=true -DpushChanges=false -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy -P deploy-to-ossrh -P shade-jar
115115
env:
116116
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
117117
SONATYPE_TOKEN: ${{ secrets.SONATYPE_TOKEN }}

java/spark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</properties>
3636
</profile>
3737
<profile>
38-
<id>flat-package</id>
38+
<id>shade-jar</id>
3939
<activation>
4040
<activeByDefault>false</activeByDefault>
4141
</activation>

0 commit comments

Comments
 (0)