It seems I was wrong, it is not in the wagon project. It is in the maven
project itself. It is a combination of the
AbstractConsoleDownloadMonitor[1] and ConsoleDownloadMonitor[2], which
are logging to System.out instead of a normal logger.
Maybe if you run mvn with the -B option (Batch mode) it will instantiate
a BatchDownloadMonitor instead of a ConsoleDownloadMonitor.
Hth,
Nick Stolwijk
[1]
https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/AbstractConsoleDownloadMonitor.java
[2]
https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/ConsoleDownloadMonitor.java
Nick Stolwijk wrote:
As far as I can see the output is caused by a class in the wagon
project, namely Debug.java [1] I don't know which class instantiated
it (it is not instantiated inside the wagon project)
Hth,
Nick Stolwijk
[1]
http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-provider-api/src/main/java/org/apache/maven/wagon/observers/Debug.java?view=log
Jörg Schaible wrote:
Hi Martin,
Martin Pruefer wrote on Thursday, September 20, 2007 2:11 PM:
Hi,
is there any way to make the deploy plugin being less verbose when
uploading via scp to a server?
I'm building my project with 'mvn deploy' and for each artifact the
upload progress is being logged in a very verbose way like this:
---snip---
[...]
Uploading:
scp://my.snapshotserver.com/group/artifact/1.0-SNAPSHOT/artifa
ct-1.0-SNAPSHOT.jar 4/49K
8/49K
12/49K
16/49K
20/49K
24/49K
28/49K
32/49K
36/49K
40/49K
44/49K
48/49K
49/49K
49K uploaded
[...]
---snip---
When having many projects in a multi-module build, and artifact size
being quite large, then quite a great part of the build log consists
only of upload progress messages...
I did not find anything in documentation/mvn wiki/users mailinglist
on this topic. I use mvn 2.0.7.
Any hints appreciated, thx!
We're kind of annoyed also. Our final assembly is about 150MB. Show
some dots for progress is OK (e.g. every 5% of complete size), but
the current display makes the complete output quite useless. Does
somebody know which component/artifact is responsible for this output?
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]