We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am using a lot this plugin for storing artifact and it's great!
I wanted to start using it also for the site, but when I try to run:
mvn site-deploy
.. I got:
Wagon protocol 'azureblob' doesn't support directory copying
Here is my site conf in pom.xml:
<distributionManagement> <site> <id>MYID (sync with settings.xml)</id> <name>repo for docs</name> <url>azureblob://DefaultEndpointsProtocol=https;AccountName=AZURESTORAGENAME/doc</url> </site> .. </distributionManagement>
The doc is a container configured with "Public Blob" kind of access
The text was updated successfully, but these errors were encountered:
The missing "Directory copy" feature is Issue#2. Not implemented yet
Sorry, something went wrong.
No branches or pull requests
Hi,
I am using a lot this plugin for storing artifact and it's great!
I wanted to start using it also for the site, but when I try to run:
.. I got:
Here is my site conf in pom.xml:
The doc is a container configured with "Public Blob" kind of access
The text was updated successfully, but these errors were encountered: