I think you are right, it does not have to be like that. I don't think so there is a need to export anything, unless someone would like to extend the library or reuse some classes somehow which is not likely.
I will double check, and 'll update the pom file before submitting the sources. Przemek On Fri, Mar 11, 2016 at 2:48 PM, Robert Munteanu <[email protected]> wrote: > > This looks really interesting, I think it would be great to have it in > Sling. > > One implementation question; in the pom.xml file I see that all the > classes are exported: > > <plugin> > <groupId>org.apache.felix</groupId> > <artifactId>maven-bundle-plugin</artifactId> > <extensions>true</extensions> > <configuration> > <instructions> > <Export- > Package>org.apache.sling.dynamicinclude.*</Export-Package> > </instructions> > </configuration> > </plugin> > > Why is that done? I could not not find any hints in the documentation. > > Thanks, > > Robert >
