mike10004/debian-maven-plugin

Log level of dpkg-deb execution should be INFO

mike10004 opened this issue · 1 comments

Currently, the plugin causes a message like

[WARNING] dpkg-deb: building package 'foo' in '/path/to/foo_0.1-1_all.deb'.

to be printed to the build log. The warning level is inappropriate for the expected behavior of building the package. The level should instead be INFO.

Resolved in v1.1.0