Apache Maven: How to extract XML node values from the pom.xml (in pure batch!)
If you are a Java developer you certainly know Apache Maven, which is (more or less) a Make equivalent for the Java world. Some days ago I needed to automatically extract some values from the pom.xml file to automatize some operations. For example, I wanted to extract the values of the groupId, artifactId and version… Read More »