Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix jetty:run when running inside the website; so we can view the ima…
…ges copied from the app/*/doc/img directory when we create the website when editing the wiki files
  • Loading branch information
jstrachan committed Nov 20, 2013
1 parent 19d47ac commit 9cae1a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/pom.xml
Expand Up @@ -237,7 +237,9 @@
<configuration>
<webAppConfig>
<contextPath>/</contextPath>
<resourceBase>${basedir}/src</resourceBase>
<baseResource implementation="org.eclipse.jetty.util.resource.ResourceCollection">
<resourcesAsCSV>${basedir}/src,${project.build.directory}/sitegen</resourcesAsCSV>
</baseResource>
<unpackOverlays>false</unpackOverlays>
</webAppConfig>
<connectors>
Expand Down

0 comments on commit 9cae1a6

Please sign in to comment.