Because this took me entire too long to figure out: how can you extract the version of a maven module from a pom.xml using XPath, such as with ansible? The problem is the default namespace and because XPath was designed by committee. You would expect /project/version to work, or maybe /project/version/text(). But it won’t work. […]