On Thu, Jan 30, 2014 at 10:31 AM, Ravindra Kondiparthi <
[email protected]> wrote:
> Hi,
>
> I use maven jetty plugin to run soapui tests as part of my maven build
> process.
>
> my web.xml has system property(APP_FOLDERS_ROOT) which changes for every
> environment.I am trying to identify a way to set this argument from maven.
>
> <context-param>
> <param-name>application.properties</param-name>
>
> <param-value>${APP_FOLDERS_ROOT}/app_application.properties</param-value>
> </context-param>
>
> Versions:
> <jetty-version>9.1.0.v20131115</jetty-version>
>
> <jetty-maven-plugin-version>8.1.14.v20131031</jetty-maven-plugin-version>
>
> I tried setting the system property attribute in maven-jetty plugin but
> did not work .
>
> any help is appreciated.
>
>
> Thanks
> Ravi
>
>
>
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users