cziegeler commented on code in PR #59:
URL: 
https://github.com/apache/sling-slingfeature-maven-plugin/pull/59#discussion_r1339542728


##########
src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java:
##########
@@ -871,6 +880,9 @@ private void onArtifact(final ApisJarContext ctx, Artifact 
artifact) throws Mojo
                     ApisUtil.buildJavadocClasspath(getLog(), repositorySystem, 
mavenSession, artifact.getId())
                             .forEach(ctx::addJavadocClasspath);
                 }
+
+            } else {

Review Comment:
   If this is important, we could add allow to add metadata like 
"api-export-capabilities":"true" to a bundle. Otherwise I would just remove the 
comment



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to