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

Failure in case of mvn site-deploy #7

Open
micheleorsi opened this issue May 12, 2014 · 1 comment
Open

Failure in case of mvn site-deploy #7

micheleorsi opened this issue May 12, 2014 · 1 comment

Comments

@micheleorsi
Copy link

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

@JMayrbaeurl
Copy link
Owner

The missing "Directory copy" feature is Issue#2. Not implemented yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants