Is there anyway to suppress the artifact download progress messages
issued by Maven? This looks fine on a console; but in build reports, 
takes up reams of space:

$ maven 
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Directory /vob/nm_dcm/acceptance/../maven/repository does not exist. Attempting 
to create.
Attempting to download my-component-1.0.jar.
56/13877K
60/13877K
61/13877K
63/13877K
64/13877K
65/13877K
66/13877K
//... zillion more lines

Thanks,

Rk
x77309

On Wed, 12 Oct 2005 [EMAIL PROTECTED] wrote:

> 
>   Env:
>   ====
>      JDK 5.0
>      Maven 1.0.2
>      Multiproject plugin: 1.3.1
> 
>   Context:
>   ========
>      I have setup a multiproject dependency as follows:
>        (rh
>          (common)
>          (cs)
>          (dal)
>       )
> 
>     where both cs and dal extend ${basedir}common/project.xml.
> 
>   Problem:
>   ========
>     (0) How do I suppress the download progress messages printed by Maven?
>         While this looks fine in "real-time", in batched reports, these
>         incremental progress updates are listed on separate lines (probably
>         becuase CR/LF is used instead of just CR), building up a huge
>         preface to the build of a project.
> 
>        So how do I tell Maven not to print these messages?
> 
> 
>     (1) When triggering the build of dal (either locally or
>     thru the multi-project plugin), cs-1.0.jar is built
>     deposited into the repository but the build of
>     dal fails with the message that cs-SNAPSHOT.jar could not
>     be located.
> 
>     The dependency specs in dal POM identifies cs-${pomVersion}.jar
>      as shown below; why is this lookinh for the SNAPSHOT version?
> 
>       <dependencies>
>         <dependency>
>           <groupId>dcm</groupId>
>           <artifactId>cs</artifactId>
>           <version>${pom.currentVersion}</version>
>           <type>jar</type>
>         </dependency>
>       </dependencies>
> 
> 
> Thanks,
> 
> Rk
> x77309
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to