Skip to main content



      Home
Home » Newcomers » Newcomers » Setting System Property in Maven-Jetty Plugin(Setting System Property in Maven-Jetty Plugin)
Setting System Property in Maven-Jetty Plugin [message #1237832] Thu, 30 January 2014 13:22
Eclipse UserFriend
Hi,

I am using maven-jetty plugin to run my integration test as part of my maven build.

I have property defined in web.xml which is the system property(IN tomcat we pas it using VM arguments). whats the best way to set this Property (systemProperty) used in Web.xml from maven.

<context-param>
<param-name>application.properties</param-name>
<param-value>${APP_FOLDERS_ROOT}/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 passing using the systemProperty attribute of the plugin but its not substituing in the web.xml.

Any Help is appreciated.

Thanks


Previous Topic:PYTHON / ECLIPSE
Next Topic:Eclipse will not start
Goto Forum:
  


Current Time: Fri Jun 13 19:43:37 EDT 2025

Powered by FUDForum. Page generated in 0.08672 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top