Skip to content

Instantly share code, notes, and snippets.

@aanchalsikka
Created January 16, 2018 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aanchalsikka/525a4e0d2c505372894fd64e098e08fa to your computer and use it in GitHub Desktop.
Save aanchalsikka/525a4e0d2c505372894fd64e098e08fa to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<!-- <Embed-Dependency> artifactId1, artifactId2;inline=true </Embed-Dependency> -->
<Export-Package>
blog.techrevel.service
</Export-Package>
<Embed-Dependency>
jackrabbit-jcr2dav,jackrabbit-jcr2spi,jackrabbit-spi2dav</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
<Sling-Model-Packages>
blog.techrevel
</Sling-Model-Packages>
</instructions>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment