jsuereth / scala-mojo-support

Helper to create maven mojo projects in the Scala languages
BSD 3-Clause "New" or "Revised" License
20 stars 10 forks source link

Scala mojos spam lots of "processing child" messages #19

Closed argv-minus-one closed 11 years ago

argv-minus-one commented 11 years ago

When running a plugin that uses scala-mojo-support, messages like the following show up during the user's Maven build:

Processing Configuration for child elements
Processing child [oneParameter]
Processing child [anotherParameter]

This change removes them, 'cause silence is golden. :D

jsuereth commented 11 years ago

Thanks for the fix!