Joerg Heinicke pisze: > PS: There is also an error somewhere with the dependencies I think. XSP > block includes Avalon Framework 4.1.3 instead of 4.3.1 which causes > bunch of problems in Eclipse. How to trace the dependencies? Grek sent > once a mail with "mvn project-info-reports:dependencies" [1] but this > does not work for me:
I guess it works for you but messages printed to console are quite confusing. > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'project-info-reports'. > [INFO] > ---------------------------------------------------------------------------- > > [INFO] Building XSP Block Implementation > [INFO] task-segment: [project-info-reports:dependencies] > [INFO] > ---------------------------------------------------------------------------- > > [INFO] Setting property: classpath.resource.loader.class => > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. > [INFO] Setting property: velocimacro.messages.on => 'false'. > [INFO] Setting property: resource.loader => 'classpath'. > [INFO] Setting property: resource.manager.logwhenfound => 'false'. > [INFO] [project-info-reports:dependencies] > [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0 > [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0 These two "errors" you can safely ignore. It's a shame that nobody in Maven has an idea how to fix it, BTW. > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 9 seconds > [INFO] Finished at: Fri Nov 23 02:55:29 EST 2007 > [INFO] Final Memory: 16M/30M > [INFO] > ------------------------------------------------------------------------ Just check file target/site/dependencies.html. You will find everything (or even more) you need there. -- Grzegorz Kossakowski Committer and PMC Member of Apache Cocoon http://reflectingonthevicissitudes.wordpress.com/
