[ 
https://issues.apache.org/jira/browse/JENA-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13750648#comment-13750648
 ] 

Rob Vesse commented on JENA-201:
--------------------------------

>From a WAR perspective is it not just a case of making a copy of the pages/ 
>directory into src/main/webapp directory

This could likely even be done with maven somehow during the package phase to 
avoid maintaining two copies of the HTML.

>From 
>http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html
> the following should be sufficient:

{code:xml}
<configuration>
  <webResources>
    <resource>
      <!-- this is relative to the pom.xml directory -->
      <directory>pages</directory>
    </resource>
  </webResources>
</configuration>
{code}
                
> Deliver Fuseki as a WAR file.
> -----------------------------
>
>                 Key: JENA-201
>                 URL: https://issues.apache.org/jira/browse/JENA-201
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Fuseki
>            Reporter: Andy Seaborne
>            Priority: Minor
>              Labels: gsoc2013, mentor
>         Attachments: fuseki-war-proto.zip, GruppoImola_fuseki_war_src.rar
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to