eolivelli commented on a change in pull request #358:
URL: https://github.com/apache/maven/pull/358#discussion_r433714406



##########
File path: maven-core/src/main/java/org/apache/maven/project/MavenProject.java
##########
@@ -90,6 +92,9 @@
 public class MavenProject
     implements Cloneable
 {
+
+    private static final transient Logger LOGGER = LoggerFactory.getLogger( 
MavenProject.class );

Review comment:
       Please remove 'transient' 




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to