Thomas Keller
02/21/2024, 10:34 AMmavenLoca()
repository during artifact publishing with maven-publish
? When I look at publishing.repositories
I can't see, and ergo, cannot remove it... Rationale, I want to ensure that in a CI environment things aren't published locally when "collective" tasks like publish
are called, but rather only to the configured repositories.Vampire
02/21/2024, 10:42 AMVampire
02/21/2024, 10:43 AMpublishToMavenLocal
will call all tasks that publish to mavenLocal()
publish
will call all tasks that publish to configured publishing repositories