I am glad you were able to resolve this. Apparently the lesson is: when you try to reproduce issue on a lover scale, it help to isolate it and get better understanding what is going on. That also applies to the bug reports and that is why I am always requesting sample Eclipse project that allows to reproduce issue.

Anyways, right now I am not sure if we can do anything with such issue. It may make sense to report it to the Maven core or the Embedder component, suggesting that it should provide a better error reporting for core component dependencies and configuration.

 regards,
 Eugene


Scott England-Sullivan wrote:
After sending this out I tried something else.  I used the wizard to set up a 
new maven2 project and it worked fine.  So after tinkering with my pom.xml I 
found the problem.  I had an old build extention referencing wagon-ftp:

<build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ftp</artifactId>
        <version>1.0-beta-1</version>
      </extension>
    </extensions>
    ...
</build>

Once I commented it out, everything worked.  I tried changing and commenting 
out the version but it had to be removed to work correctly.  Not sure why.  If 
you want me to still enter a JIRA bug report let me know.  I would be happy to.

ses


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to