What version of Maven2 are you running? If anything less than 2.0.4, please upgrade to this version.
Are you perhaps behind a web proxy? They have been known to cause problems while downloading plugins etc and might result in this problem. Finally, run mvn -X package or mvn -X install to get more information while Maven is running -- it might point out a problem you weren't seeing previously. Wayne On 11/17/06, Van Den Heuvel Roderick <[EMAIL PROTECTED]> wrote:
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.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]