Improve the log statement for Velocity with site goal
-----------------------------------------------------
Key: MNG-665
URL: http://jira.codehaus.org/browse/MNG-665
Project: Maven 2
Type: Improvement
Versions: 2.0-beta-1
Reporter: Vincent Siveton
Priority: Trivial
Actually, the site goal generates several warn or info messages coming from
Velocity.
Maybe we could turn off these?
A quick solution is to add the following properties in the components.xml file
in the plexus-velocity-1.1.jar,
<property>
<name>velocimacro.messages.on</name>
<value>false</value>
</property>
<property>
<name>resource.manager.logwhenfound</name>
<value>false</value>
</property>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]