You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 maven2providing artifact name
box_name
, versionbox_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
The text was updated successfully, but these errors were encountered: