johanjanssen commented on issue #701:
URL: https://github.com/apache/maven-mvnd/issues/701#issuecomment-1276743213

   Yes indeed, you need a script which changes:
   - Version in the .nuspec file
   - Url and checksum in the chocolateyinstall.ps1 file
   - Installation directory in the three .ps1 files
   
   I quickly looked at the Homebrew script and that already seems to contain 
most of the information needed.
   
   After that you execute `choco pack` to create the package.
   
   To publish packages to the Chocolatey sever you need to create a Chocolatey 
account and create a token which you use to login to the Chocolatey server from 
the script:
   
   `choco apikey --key "$env:CHOCOLATEY_API_KEY" --source 
https://push.chocolatey.org/ CHOCOLATEY_API_KEY`
   
   Once you have a Chocolatey account, I can make you a package maintainer so 
that you can push the package with the same id/name as I currently use by using 
`choco push`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to