Setting up a Site Publication

The demo site publication's POM file, misc/demo/demo-site/pom.xml declares the following dependencies:

<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>widget-framework-site</artifactId>
  <version>3.8.0.183277</version>
  <type>pom</type>
</dependency>

<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>widget-pack-site</artifactId>
  <version>3.8.0.183277</version>
  <type>pom</type>
</dependency>

These dependencies ensure a site publication has access to all the resources needed to render the publication correctly in the browser. Template design and configuration resources are not included, since they are not required for a site publication.