On 10/20/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
you have to enable the file:// protocol in the application.xml and try with file:///home/.../pom.xml
Thanks! It worked. :) For the benefit of the archives: I uncommented the <allowedScheme>file</allowedScheme> element in src/main/resources/META-INF/plexus/application.xml, and used file:///c:/path/to/pom.xml in POM Url on the 'Add a Maven 2 project' page. BTW, there are two application.xml files. Should there be? $ find . -name application.xml ./src/main/resources/META-INF/plexus/application.xml ./src/main/webapp/WEB-INF/classes/META-INF/plexus/application.xml -- Wendy
