In a maven webapp project, I noticed that there is a file in the target directory called pom-transformed.xml. How does maven use this file ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think that this is something to do with the transformation of artifact ids and version numbers that happened as part of the release step in Maven 2.1.x and early versions of 2.2.x. But I think this transformation was found to be broken, and has been removed from later Maven 2.2.x releases pending a redesign; e.g. see this Jira item.
If you see the file, you might be using an out-of-date version of Maven.