This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 51edf31 SLING-8901 - Wrapped bundles that are skipped are not easy to
discover
51edf31 is described below
commit 51edf312db3599a0b987b22c3918fc2754f73235
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Dec 9 14:17:24 2019 +0100
SLING-8901 - Wrapped bundles that are skipped are not easy to discover
---
src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java
b/src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java
index 5f00f7e..46c4c81 100644
--- a/src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java
+++ b/src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java
@@ -664,7 +664,7 @@ public class ApisJarMojo extends
AbstractIncludingFeatureMojo implements Artifac
}
if (properties.isEmpty()) {
- getLog().debug("No Maven GAV info attached to wrapped bundle "
+ wrappedJar + ", it will be ignored");
+ getLog().warn("No Maven GAV info attached to wrapped bundle "
+ wrappedJar + ", it will be ignored");
} else {
getLog().debug("Handling synthetic artifacts from Maven GAV: "
+ properties);