[
https://issues.apache.org/jira/browse/SLING-10022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus resolved SLING-10022.
-------------------------------------
Resolution: Fixed
Fixed in
https://github.com/apache/sling-maven-plugin/commit/e811e95b63edb1a9ab1710751c49004a327aef39.
Also updated ASM to version 9.0 to support Java class files up to Java 16
> generate-adapter-metadata mojo always emits to
> "${project.build.directory}/adapter-plugin-generated"
> ----------------------------------------------------------------------------------------------------
>
> Key: SLING-10022
> URL: https://issues.apache.org/jira/browse/SLING-10022
> Project: Sling
> Issue Type: Improvement
> Components: Tooling
> Affects Versions: Sling Maven Plugin 2.4.2
> Reporter: Konrad Windszus
> Priority: Major
> Fix For: Sling Maven Plugin 2.4.4
>
>
> The {{SLING-INF/adapters.json}} is always generated in the target folder
> {{${project.build.directory}/adapter-plugin-generated}}
> (https://github.com/apache/sling-maven-plugin/blob/ee08451c880cc8cdc554b4cf8964c35792d75326/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/GenerateAdapterMetadataMojo.java#L91).
> From there it is not automatically being picked up for ending up in the
> generated JAR.
> That folder was only considered by the maven-bundle-plugin but is not by the
> maven-jar-plugin.
> The default output directory should instead be
> {{${project.build.outputDirectory}}, and the parameter should not be
> read-only (to allow to overwrite).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)