jfrog / artifactory-maven-plugin

A Maven plugin to resolve artifacts from Artifactory, deploy artifacts to Artifactory, capture and publish build info.
https://www.jfrog.com/confluence/display/JFROG/Maven+Artifactory+Plugin
Apache License 2.0
24 stars 26 forks source link

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

Open GregDomjan opened 2 years ago

GregDomjan commented 2 years ago

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