Fork me on GitHub

OPS4J Feature: Pax-Web

What is it?

Enabling low level standard features for Osgiliath (http, war….)

How to use?

Reference this feature in your pom: <dependency> <groupId>net.osgiliath.framework</groupId> <version>${osgiliath.maven.version.version}</version> <artifactId>net.osgiliath.feature.pax-web</artifactId> <type>xml</type> <classifier>features</classifier> </dependency> And don’t forget to add the feature you want to use on your app features.xml

You can now use pax-web features in your project