Questions tagged [maven-wagon-plugin]

The Maven Wagon plugin is a plugin for Apache Maven 2 for deploying files, supporting SCP, FTP, file copy and a variety of other mechanisms. This is a tag for Maven related questions that are specific to using this plugin for deploying files.

The Maven Wagon plugin is a plugin for the Apache Maven 2 for deploying files via uploading and downloading. It supports SCP, FTP, file copy and a variety of other mechanisms. This is a tag for Maven related questions that are specific to using this plugin for deploying files.

58 questions
0
votes
1 answer

maven upload file per scp

whats the preferred way to upload an artifact via scp to a predefined destination? i tried using the wagon:upload mojo, but it wont execute atomatically when i defined a "executions" section in my pom like that:
fasseg
  • 17,504
  • 8
  • 62
  • 73
0
votes
1 answer

Where can i find a how-to for writing a wagon for maven 3?

Maven has changed from version 2 to 3 and so it has changed the ioc container from plexus to google guice. So my wagon (to download artifacts from sourceforge file release area) for maven 2 must be rewritten to maven 3 to satisfy guice. Is there a…
Huluvu424242
  • 756
  • 10
  • 25
0
votes
1 answer

Deploying with maven-ssh

For several hours I am trying to deploy a .jar file with maven-ssh. Without success. Here are my config files: org.codehaus.mojo wagon-maven-plugin 1.0
ropo
  • 1,466
  • 2
  • 18
  • 29
0
votes
0 answers

Maven hangs forever when uploading a SECOND package with SAME artifactId

Maven all of a sudden hangs forever at release:perform when trying to upload a file: 14:49:24 [INFO] [artifact:mvn] [INFO] Scanning for projects... 14:49:24 [INFO] [artifact:mvn] [INFO] Searching repository for plugin with prefix: 'deploy'. 14:49:25…
0
votes
0 answers

Maven through HTTP proxy not working

So I have my local maven setup with the example-proxy true http proxy.example.com 8080 proxyuser
doug78
  • 197
  • 1
  • 2
  • 12
0
votes
0 answers

Maven Deploy jar to remote VM / Server

I have a maven project and I am trying to copy the jar file generated post build to a remote VM:
0
votes
1 answer

How to fix or workaround wagon bug?

Bug https://issues.apache.org/jira/browse/MDEPLOY-177 has been hitting me for many month. When maven tries to download artifacts it will stall with a message saying it is downloading x+1 of x B e.g. 1007/1006 B and then it hangs. Robert…
Wolfgang Fahl
  • 15,016
  • 11
  • 93
  • 186
0
votes
1 answer

Why maven deployment extension wagon-ftp not working?

Here is the summery of maven project mvn -v Apache Maven 3.3.3 (79941 ... d4a06; 2015-04-22T17:57:37+06:00) Maven home: /path/to/apache-maven-3.3.3 Java version: 1.7.0_67, vendor: Oracle Corporation Java home: /path/to/java/jdk1.7.0_67/jre Default…
0
votes
0 answers

How to Upload p2 repository to an http server using wagon-maven-plugin?

I am trying to upload my p2 eclipse repository to a http server by using wagon-maven-plugin.I configured my settings.xml like the following. p2Repo xxx xxx
Obuli Sundar
  • 566
  • 7
  • 26
0
votes
1 answer

Jenkins + Maven Wagon SSH-External - Incompatiblity?

We were using the Maven SSH Wagon but because of a bug in Jsch (Java Secure Channel) 1.5.0 (Dependency of Maven SSH Wagon) we switched to SSH-External Wagon 2.8 to avoid the usage of Jsch. With Maven SSH-External Wagon a mvn deploy call from the…
BlackEye
  • 775
  • 11
  • 25
0
votes
1 answer

Maven: how to setup my pom.xml so that it can fetch dependencies via HTTP and deploy module via FTP

I'm trying to setup the pom.xml for one of my projects. And I can't figure out how to make it fetch dependencies via HTTP, but deploy new artifacts via FTP. Here's the situation. I have a multi-module project on which I am working collaboratively…
LordOfThePigs
  • 11,050
  • 7
  • 45
  • 69
-1
votes
1 answer

Maven plugin wagon do not consider my parameters and version of plugins

i have a maven project but i want tu run specific part with maven profile with calling specific plugin i do that: mvn -Pcve-report org.codehaus.mojo:wagon-maven-plugin:upload -T0.8C -DskipTests (this syntax work with others plugins) But my…
Rems
  • 1
  • 2
-2
votes
1 answer

wagon-ftp "Connection timed out"

I keep getting this error. I am trying to set up a maven repo on my web server. If someone could tell me what I am doing wrong that would be great. I was following a tutorial written in a blog back in 2009 but that does not seem to work. It was a…
haq
  • 1
  • 1
  • 1
  • 5
1 2 3
4