Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 702 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 702 Bytes

Enonic OSGi Bundles

This project build OSGi wrappers of some libraries we use here at Enonic. The following libraries are OSGi wrapped:

  • JDom 2.x (org.jdom/jdom2)
  • JHLabs Filters 2.x (com.jhlabs/filters)
  • Saxon HE 9.x (net.sf.saxon/Saxon-HE)
  • AttoParser 1.3 (org.attoparser/attoparser)
  • Elasticsearch 1.3.6 (org.elasticsearch/elasticsearch)
  • JMustache 1.9.0 com.samskivert/jmustache)
  • Thymeleaf 2.1.1 (org.thymeleaf/thymeleaf)
  • Resteasy 3.0.8 (org.jboss.resteasy/resteasy-jaxrs)

Building

To install all libraries locally (in your own local Maven repositroy):

./gradlew clean install

If you want to deploy all libraries in Enonic's remote repository:

./gradlew clean publish