Hi,
I'm new to Maven. I'm currently using Maven2 and i've encountered a problem concerning the build of my project. When I run 'mvn package' the exported-pom.xml file (needed for my 'mvn install') doesn't get created automatically, while it should be created in my /target folder. I can't discover any error, even when I run the command in debug mode. I get a lot of info in debug mode, but nothing about exported-pom.xml. I scanned my pc for creation of this file, in case it would be placed somewhere else. No result. Thinking it could be a problem with some file in the repository, I defined a different repository, modifying its reference in the settings.xml. I would like to know about the reason my exported-pom.xml is not created at all. Anyone? Thanks! Roderick.