opwvhk commented on code in PR #2002:
URL: https://github.com/apache/avro/pull/2002#discussion_r1094341872
##########
lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/AbstractAvroMojo.java:
##########
@@ -202,6 +203,13 @@ public abstract class AbstractAvroMojo extends
AbstractMojo {
@Override
public void execute() throws MojoExecutionException {
+ if (Files.isSymbolicLink(sourceDirectory.toPath())) {
Review Comment:
The first line below is a null check, but this will throw if sourceDirectory
is null.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]