maven build generating an empty jar
Hello,
I am starting with sling, and I am following an adobe tutorial to build a simple slingServlet using resourceType
My code is very simple, but seems to being ignored.
I was noting that when I do the maven build of the bundle, I am receiving the warning below but I am having success message on the process:
[WARNING] Bundle xxxxxx:xxxxx.core:bundle:1.0-SNAPSHOT : The JAR is empty: The instructions for the JAR named xxxxxx.core did not cause any content to be included, this is likely wrong
When I decompiled my jar, it has inside only the pom.xml, pom.properties and manifest,mf,
My packages strangely are not on the generated jar archive.
Has someone faced this same problem or has some idea of what this could be?
Thank you,
jessica
