You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/03/12 19:43:20 UTC

[GitHub] [maven-compiler-plugin] sormuras opened a new pull request #13: Emit a warning instead of throwing an exception

sormuras opened a new pull request #13: Emit a warning instead of throwing an exception
URL: https://github.com/apache/maven-compiler-plugin/pull/13
 
 
   Prior this commit, an UnsupportedOperationException was thrown when a test module descriptor is present and a main module descriptor is absent.
   
   Now only a warning is emitted informing the user to either fix the modular setup or to allow users ignoring the warning. They might want to test that specific setup after all.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services