simonetripodi commented on a change in pull request #17: SLING-8032 - Add a 
MOJO which is able to validate JSON Feature file against the JSON Schema
URL: 
https://github.com/apache/sling-slingfeature-maven-plugin/pull/17#discussion_r231987768
 
 

 ##########
 File path: src/main/java/org/apache/sling/feature/maven/Preprocessor.java
 ##########
 @@ -256,6 +305,8 @@ protected void readProjectFeatures(
                     throw new RuntimeException("Unable to read feature " + 
file.getAbsolutePath(), io);
                 }
 
+                checkFeatureFileValidation(file);
+
 
 Review comment:
   I got it - please check my latest commit, validation now happens over 
`preprocessFeature` invocation result :P

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to