got small pom to reproduce this issue? does it work with maven 2? -D
On Sun, Dec 15, 2013 at 9:32 PM, Sankaran, Nambi <nsanka...@ebay.com> wrote: > None of the goals in “wagon-maven-plugin” work > http://mojo.codehaus.org/wagon-maven-plugin/plugin-info.html > > Have anyone used any of these goals before? > > https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/http-download/pom.xml > > [INFO] Scanning for projects... > [WARNING] > [WARNING] Some problems were encountered while building the effective > model for org.codehaus.mojo:wagon-maven-plugin:pom:testing > [WARNING] 'build.plugins.plugin.version' for > org.codehaus.mojo:wagon-maven-plugin is missing. @ line 16, column 21 > [WARNING] > [WARNING] It is highly recommended to fix these problems because they > threaten the stability of your build. > [WARNING] > [WARNING] For this reason, future Maven versions might no longer support > building such malformed projects. > [WARNING] > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building wagon-maven-plugin testing > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- wagon-maven-plugin:1.0-beta-4:list (http-list) @ > wagon-maven-plugin --- > [INFO] Scanning remote file system: > http://repo1.maven.org/maven2/commons-dbutils/commons-dbutils ... > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 7.598s > [INFO] Finished at: Sun Dec 15 21:29:01 PST 2013 > [INFO] Final Memory: 6M/123M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.codehaus.mojo:wagon-maven-plugin:1.0-beta-4:list (http-list) on project > wagon-maven-plugin: Execution http-list of goal > org.codehaus.mojo:wagon-maven-plugin:1.0-beta-4:list failed: A required > class was missing while executing > org.codehaus.mojo:wagon-maven-plugin:1.0-beta-4:list: > org/apache/commons/io/IOUtils > [ERROR] ----------------------------------------------------- > [ERROR] realm = plugin>org.codehaus.mojo:wagon-maven-plugin:1.0-beta-4 > [ERROR] strategy = > org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy > [ERROR] urls[0] = > file:/Users/nsankaran/.m2/raptor2/org/codehaus/mojo/wagon-maven-plugin/1.0-beta-4/wagon-maven-plugin-1.0-beta-4.jar > [ERROR] urls[1] = > file:/Users/nsankaran/.m2/raptor2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar > [ERROR] urls[2] = > file:/Users/nsankaran/.m2/raptor2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar > [ERROR] urls[3] = > file:/Users/nsankaran/.m2/raptor2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar > [ERROR] Number of foreign imports: 1 > [ERROR] import: Entry[import from realm ClassRealm[maven.api, parent: > null]] > [ERROR] > [ERROR] -----------------------------------------------------: > org.apache.commons.io.IOUtils > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException > >