I have a Java project and I'm using Apache Maven. All this time I was using Maven Java compiler plugin with parameters source=1.5 and target=1.5 defined in pom.xml file. Since I ...
I am writing a maven plugin and I would like to manipulate some resource files.
To achieve this goal, I would like to take the encoding specified using maven-resource-plugin : how can ...