EmptyAsset emptyResource = EmptyAsset.INSTANCE;
FaceletAsset page = new FaceletAsset().head("<h:outputStylesheet name='stylesheet.css' library='some.library' />"
+ "<h:outputStylesheet name='stylesheet.css' library='another.library' />");
deployment.archive()
/** classes */
.addPackage(ResourceHandlerImpl.class.getPackage())
.addPackage(ResourceTracker.class.getPackage())
.addPackage(ResourceMapper.class.getPackage())
.addClasses(Codec.class)