Hi Jean-Baptiste, Maybe you could clarify one thing for me. Maven Deploy Plugin works with files through Wagon providers. During deployment it has to create directories as per standard Maven repository layout - groupId/artifactId/version. If deployment is performed to remote host via SCP, mkdir command is issued for that.
Now the thing that I don't understand. Karaf shell exposed through SSH is not a POSIX-like shell. It does not provide commands like mkdir. Due to this I cannot get deployment using Maven Deploy Plugin working - it simply fails on attempt to create a directory. I am curious how that deployment example from the documentation could possibly work. Thanks. -- View this message in context: http://karaf.922171.n3.nabble.com/Maven-deploy-direct-to-Karaf-instance-tp4042149p4049676.html Sent from the Karaf - User mailing list archive at Nabble.com.
