You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/08/04 16:10:44 UTC

[sling-scriptingbundle-maven-plugin] branch feature/SLING-10689-optionally-disable-require-cap updated (520cce9 -> c5efd8e)

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

kwin pushed a change to branch feature/SLING-10689-optionally-disable-require-cap
in repository https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git.


    from 520cce9  SLING-10689 optionally don't generate require-capabilities header for "extends"
     add c5efd8e  SLING-10698 support directive resolution:=optional in extends

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  5 ----
 .../plugin/capability/Capabilities.java            |  3 +++
 .../capability/RequiredResourceTypeCapability.java | 28 +++++++++++++++-------
 .../plugin/processor/FileProcessor.java            | 23 ++++++++++++------
 src/site/markdown/usage.md.vm                      |  4 ++--
 .../bnd/BundledScriptsScannerPluginTest.java       |  2 +-
 .../plugin/maven/MetadataMojoTest.java             |  2 +-
 .../main/scripts/org.apache.sling.foobar/extends   |  2 +-
 .../main/scripts/org.apache.sling.foobar/extends   |  2 +-
 9 files changed, 45 insertions(+), 26 deletions(-)