Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for deployment of non maven artifacts - ie. vagrant box #27

Open
GregDomjan opened this issue Jan 5, 2022 · 0 comments
Open
Labels
feature request New feature or request

Comments

@GregDomjan
Copy link

Is your feature request related to a problem? Please describe.
Would like to use maven for packaging a vagrant.box (a jar/zip/tgz) and push to artifactory Vagrant repository
https://www.jfrog.com/confluence/display/JFROG/Vagrant+Repositories

Describe the solution you'd like to see
Automatically choose appropriate method/args to publish to non maven2 repo
or allow specific configuration of target repository type such as <type>vagrant</type> with a default of maven2
providing artifact name box_name, version box_version
additional configuration may be required for box_provider - or take it from the .box/metadata.json

Describe alternatives you've considered
Maven and gradle plugins for Vagrant cover interactive usage and not publishing of box artifacts and so have no knowledge of artifactory
Using ant or rest maven plugins to call rest api https://stackoverflow.com/questions/7551711/maven-plugin-to-call-or-invoke-a-rest-web-service

@GregDomjan GregDomjan added the feature request New feature or request label Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant