Repository: any23 Updated Branches: refs/heads/master d570ababb -> eb7a59a6a
Add configuration for maven-jetty-plugin add configuration to load src/main/resources Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/4956acb9 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/4956acb9 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/4956acb9 Branch: refs/heads/master Commit: 4956acb999af0843d28fe12d11bffb820de7217e Parents: f3e6600 Author: Jacek Grzebyta <[email protected]> Authored: Thu Aug 23 16:15:02 2018 +0100 Committer: Jacek Grzebyta <[email protected]> Committed: Thu Aug 23 16:15:02 2018 +0100 ---------------------------------------------------------------------- service/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/4956acb9/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index b29a068..96004c7 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -137,6 +137,9 @@ <version>${jetty.runner.version}</version> <configuration> <webAppConfig> + <baseResource implementation="org.eclipse.jetty.util.resource.ResourceCollection"> + <resourcesAsCSV>src/main</resourcesAsCSV> + </baseResource> <contextPath>/${project.artifactId}</contextPath> </webAppConfig> </configuration>
