Sabeeh
11/08/2024, 11:22 AMJoffrey
11/08/2024, 11:30 AMpublish: true
in your module.yaml
this way:
repositories:
- id: mavenLocal
url: mavenLocal # special case handled this way
resolve: false
publish: true
Then you can use ./amper publish mavenLocal
or ./amper task publishJvmToMavenLocal
to publish there.Sabeeh
11/08/2024, 11:58 AMSabeeh
11/08/2024, 12:00 PMjoffrey
11/08/2024, 2:16 PM