Hi,
I'm trying to use the maven-bundle-plugin but can't find any sling related
documentation for it.

For instance for the contributed jquery sling explorer the configuration is
as follows:

<plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Sling-Bundle-Resources>
                            /libs/sling/explorer,
                            /libs/sling/servlet/default/explorer
                        </Sling-Bundle-Resources>
                    </instructions>
                </configuration>
            </plugin>

I assume that the Sling-Bundle-Resources instruction defines what should be
included in the bundle. But if i create a directory at /libs/blar it to gets
included in the bundle.

 Regards

Ben

Reply via email to