I have written a Maven plugin to grab the machine IP address and would like to be able to create a property so that the IP address gets filtered into a ...
I'm using maven to build a multimodule project.
In one project I execute maven-war-plugin four times in order to filter some properties in every execution. As a stand alone project it works ...
I'm trying to filter my shell scripts using maven assembly plugin. Other properties and xml files are getting filtered correctly. However, I'm getting following message in the log for shell scripts.
Relevant ...
I have a project being built on Linux but which needs scripts to be run on windows. So I generate batch files for starting the server under windows. These need to ...
I'm using the maven site plugin to create and deploy a site of documentation and resources. There are some javascript files that I would like to filter based on ...