GitHub user jgrzebyta opened a pull request:
https://github.com/apache/any23/pull/119
Add configuration for maven-jetty-plugin
Add configuration to load src/main/resources.
Plugin settings are useful only for debugging purposes.
* loads content of `src/main/` into web application resources
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jgrzebyta/any23 ANY-392
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/119.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #119
----
commit 4956acb999af0843d28fe12d11bffb820de7217e
Author: Jacek Grzebyta <jgrzebyta@...>
Date: 2018-08-23T15:15:02Z
Add configuration for maven-jetty-plugin
add configuration to load src/main/resources
----
---