Pax Web version 0.2.1-SNAPSHOT is now deployed to snapshots repository for those that do not want to build it by themselves.
To use it use the following dependency:
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-service</artifactId>
<version>0.2.1-SNAPSHOT</version>
</dependency>
and the following repository:
<repository>
<id>snapshots</id>
<name>The OPS4J Snapshot Repository</name>
<url>http: <snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>