Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 18:22
rav kon is currently offline rav konFriend
Messages: 1
Registered: January 2014
Junior Member
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 Apr 26 19:22:45 GMT 2024

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

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

Back to the top