os72 / protoc-jar

Protocol Buffers protobuf compiler - multi-platform executable protoc JAR and API
Apache License 2.0
134 stars 80 forks source link

Improve log output when using default maven settings #77

Closed kluen closed 4 years ago

kluen commented 4 years ago

Seeing an Exception although everything is fine can be confusing at times, especially if you're trying to debug the output of a larger build. Also, it should be clear from the output that there is no need for the user to investigate the error.

os72 commented 4 years ago

Agree. Thanks for the contribution