How to deploy site through Nexus and https ?

View: New views
1 Messages — Rating Filter:   Alert me  

How to deploy site through Nexus and https ?

by mathew_pl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Folks,

I'd like to ask you, how do you deploy your project's site into
repository hosted by Nexus?
Suppose I have repository with url
https://mydomain/nexus/content/sites which only access protocol is
https. As long as I deploy artifacts (by mvn deploy) everything works
pretty well with default wagon http lightweight.
When i try to run mvn clean site-deploy following error occurs: Wagon
protocol 'http' doesn't support directory copying.

Do you have any workaround? Till now, the only way I found is to
access my repo via scp and specify <url> in distributionManagment
section in my pom to scpexe://<path_to_repo>. That's not so cool since
I need to have some additional wagon-ssh-1.0-beta-2.jar in my Maven
libs. Moreover, I'd like to have only one url (with https) to all my
maven repositories (release, snapshots and sites). Do you have any
ideas how to deploy site through Naxus and http(s)?

--
Regards,
Matthew

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-user-unsubscribe@...
For additional commands, e-mail: nexus-user-help@...