This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch bugfix/include-adapter-metadata in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
commit cfdd9c5db8978e782e44288630531dd844d7038f Author: Konrad Windszus <[email protected]> AuthorDate: Mon Aug 8 09:28:00 2022 +0200 SLING-11516 include adapters.json metadata in the resulting bundle --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 86a48e1..ae83c1d 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,10 @@ <goals> <goal>generate-adapter-metadata</goal> </goals> + <configuration> + <!-- relying on https://issues.apache.org/jira/browse/MNG-5001 until https://issues.apache.org/jira/browse/SLING-10022 --> + <outputDirectory>${project.build.outputDirectory}</outputDirectory> + </configuration> </execution> </executions> </plugin>
