Which libraries are being added which you consider useless? Don't forget that dependencies may have dependencies themselves, so Maven (or any other tool that handles dependencies) has to deal with that too. In Eclipse, in the POM editor, there's a dependency graph you can check. Of mvn dependency:tree in command line (I'm not sure that's the exact command). And no, Maven doesn't add its own dependencies to the generated classpath of any projects, just the one your project declares in one way or another.
On Wed, Jun 5, 2013 at 8:56 AM, Muhammad Gelbana <m.gelb...@gmail.com>wrote: > I'm talking about the generated classpath. I understand from your answer > that this is not possible or should not happen ? > I guess these libraries are for maven's sake as you suggested. > > Thank you. > > > On Wed, Jun 5, 2013 at 1:44 PM, Thiago H. de Paula Figueiredo < > thiag...@gmail.com> wrote: > > > Are you talking about any JAR downloaded by Maven or just the ones put in > > the generated project classpath? If, for example, your .m2/repository > > folder didn't exist or wasn't populated yet, Maven will download lots of > > stuff used by itself. > > > > > > On Wed, Jun 5, 2013 at 7:45 AM, Muhammad Gelbana <m.gelb...@gmail.com > > >wrote: > > > > > Why tapestry archtype project, when generated using maven and imported > > into > > > Eclipse, has much more dependencies than the ones separately > downloadable > > > from tapestry's portal ? > > > > > > > > > > > -- > > Thiago > > > -- Thiago