The Bower client does not provide a way to deploy packages and relies on a Git repository to host the Bower package code.
To deploy a Bower package into Artifactory, you need to use Artifactory's REST API or the Web UI.
A Bower package is a simple tar.gz
file which contains your project code as well as a bower.json
file describing the package name and version.
Usually, you will use a custom Grunt/ Gulp task to pack your project into an archive file and deploy it to Artifactory.
Version property
Make sure to include a version
property in your bower.json
file. You can add the property manually or by using the bower version
command.