I’m using java service wrapper in a project and want to change wrapper.logfile.maxsize
property of the wrapper.conf file.The thing is that it would be better if I can change it inside maven pom.xml file. So can anyone please tell me whether this is possible and if so how to do it ?
Thanx…
Use Maven Resource Plugin’s Filtering feature. Let’s say the line that needs to be configured by Maven looks like
Replace it with:
add filtering in the
project/build/resources/resource/section with:and populate the right value from command line: