You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2018/11/08 15:49:25 UTC

[sling-slingfeature-maven-plugin] branch schema-validation updated (2cfb9fe -> 4540673)

This is an automated email from the ASF dual-hosted git repository.

simonetripodi pushed a change to branch schema-validation
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git.


    from 2cfb9fe  Merge branch 'schema-validation' of github.com:apache/sling-slingfeature-maven-plugin into schema-validation
     add 4540673  SLING-8032 - Add a MOJO which is able to validate JSON Feature file against the JSON Schema

No new revisions were added by this update.

Summary of changes:
 src/it/schema-validation-ok/invoker.properties     |  17 ---
 src/it/schema-validation-ok/pom.xml                |  43 -------
 .../src/main/features/valid-feature.json           |  29 -----
 src/it/schema-validation-ok/verify.bsh             |  42 ------
 .../maven/mojos/ValidationFeaturesMojo.java        | 143 ---------------------
 5 files changed, 274 deletions(-)
 delete mode 100644 src/it/schema-validation-ok/invoker.properties
 delete mode 100644 src/it/schema-validation-ok/pom.xml
 delete mode 100644 src/it/schema-validation-ok/src/main/features/valid-feature.json
 delete mode 100644 src/it/schema-validation-ok/verify.bsh
 delete mode 100644 src/main/java/org/apache/sling/feature/maven/mojos/ValidationFeaturesMojo.java