I am looking to read in the pom with an ant script using xmlproperty after running mvn -Doutput=mypom.xml help:effective-pom. This would be easier if the output file was simply XML without the comment header and footer.
Description
I am looking to read in the pom with an ant script using xmlproperty after running mvn -Doutput=mypom.xml help:effective-pom. This would be easier if the output file was simply XML without the comment header and footer.