joerghoh commented on code in PR #56: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/56#discussion_r2084904636
########## src/main/java/org/apache/sling/feature/analyser/task/impl/contentpackage/ArchiveValidationContextImpl.java: ########## @@ -69,4 +70,19 @@ public Path getPackageRootPath() { public Collection<PackageInfo> getDependenciesPackageInfo() { return Collections.emptyList(); } + + @Override + public Object setAttribute(String name, Object value) { Review Comment: @kwin is this what you were aiming for? (Excluding resolving the proper dependencies ... that's for another ticket.) -- 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: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org