Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] How to Use Properties Files with Jetty Maven Plugin?

I've configured my application to search for configuration details in
properties files located on the classpath. Does anyone know how to
configure the jetty-maven plugin so that when "jetty:run" is executed
it looks for properties files in
"${user.home}/${project.artifactId}/"?

Thanks.

-Ari


Back to the top