wagon
Using maven to copy war via ssh
I want to copy war file via ssh. I have the following pom: <plugin> <groupId>org.codehaus.mojo</groupId>[详细]
2023-04-07 21:01 分类:问答remote Maven repository.xml has a invalid uri after scp from local
I have a pom.xml like below, but the repository.xml on scp://myserver/home/myname/bundles has a wrong uri like below which is expected \"/home/myname/bundles/...\" :[详细]
2023-04-03 08:03 分类:问答In Maven how do I copy files using the wagon plugin?
Summary: How do I copy some generated files into a webserver (eg IIS or Apache) directory using Maven?[详细]
2023-03-12 04:17 分类:问答Using closed-source dependencies with Maven
I have a closed-source project that I would like to build using Maven.It has a dependency on two java libraries which are not available in any public repository that I\'ve been able to find (libGoogle[详细]
2023-02-09 23:17 分类:问答How to suppress/control logging of Wagon-FTP Maven extension?
I\'m deploying Maven site by FTP, using Wagon-FTP. Works fine, but output is full of FTP connection/authentication details, which effectively expose logins and passwords to everybody (especially if th[详细]
2023-02-02 07:30 分类:问答Maven Wagon plugin: Can wagon:upload upload to multiple locations?
I\'m looking into the Maven Wagon Plugin to attempt uploading some artifacts to remote UNC Server shares (\\\\servername\\share\\directory\\to\\put\\to), and I have gotten it configured to work like s[详细]
2023-01-28 19:22 分类:问答Where can i find a how-to for writing a wagon for maven 3? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-27 22:07 分类:问答maven release plugin - wagon fails with ssh auth but snapshort and release deploy works - eh?
I\'m baffled and would appreciate any help.My build machine can no longer use the maven release plugin.When I try it fails on auth during the deployment from the tag.However, this machine can release[详细]
2023-01-15 11:07 分类:问答Uploading a File via SCP with Maven fails
I try to upload an ear created by maven to an application server using scp. When I tried to run mvn wagon:upload-single[详细]
2023-01-08 01:10 分类:问答Odd Silverlight 3 assembly reference error - StylePalette does not exist in XML namespace
I have moved a project I was working on from one machine to another, and am now getting an error message when I attempt to build. The two machines should have the same software setup, but it appears t[详细]
2022-12-20 17:49 分类:问答