Skip to content

Conversation

@hboutemy
Copy link
Member

@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2025

./rebuild.sh content/io/trino/trino-478.buildspec
ko=1
Configured build command requires interactive shell:

command=SHELL mvn -b singlethreaded -Duser.timezone=Etc/UTC -Poss-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip -Dcheckstyle.skip

Run

git switch trino-root-478
./rebuild.sh content/io/trino/trino-478.buildspec

     ( ... interactive shell ... )

bin/update-project-summary.sh content/io/trino
git add content/io/trino
git commit -m './rebuild.sh content/io/trino/trino-478.buildspec'
git push
gh pr merge -m

@hboutemy
Copy link
Member Author

hboutemy commented Nov 9, 2025

@wendigo rebuild is ok, but many artifacts were not published to Maven Central
it does not seem it has been configured in pom.xml
do you know what's the logic?
is there a way for Reproducible Central to define a good ignore list?

@wendigo
Copy link

wendigo commented Nov 9, 2025

@hboutemy how we can configure it in the pom?

Cc @martint

@hboutemy
Copy link
Member Author

hboutemy commented Nov 9, 2025

it all depends on what you use to deploy to Maven Central
do you mean that for 478, you did manual cleanup as a first step, but of course would prefer to do something automatic and reliable for future releases?

@wendigo
Copy link

wendigo commented Nov 10, 2025

@hboutemy we are selectively publishing artifacts (basically removing ones that we don't want to from njord artifact store)

@wendigo
Copy link

wendigo commented Nov 10, 2025

@hboutemy ideally we would like to have this codified in our poms but we didn't found a way yet

@wendigo
Copy link

wendigo commented Nov 11, 2025

@hboutemy airlift/airbase#987 I'm working on that :)

@hboutemy
Copy link
Member Author

if you use njord, configuring maven-deploy-plugin does the job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants