java - File Transport Protocol for Maven -


i use scp://server/path style urls in distributionmanagement config, taking long deploy small artifacts.

i have made test using file://server/path style urls, works when run maven same machine repository is.

is possible use file://server/path style urls deploy remote machine?

the deploy mechanism of maven based on wagon provider. file provider states in documentation working local file system. guess need test others (wagon provider). maybe can try ftp if faster.

hope helps little bit.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -