Unused dependencies in ear

2010-02-03 Thread Ignatyev Vjacheslav
Hi, all. Problem with maven-ear-plugin. Why dependency:analyze say Unused declared dependencies found? --- Command output: [...@ivv]~/projects/lodint% mvn dependency:analyze [...] [INFO] Building Packaging project [...] [INFO] [dependency:analyze

Re: Unused dependencies in ear

2010-02-03 Thread Stephane Nicoll
This plugin is meant to be ran on a project that actually uses the code from a compilation standpoint. Please note also that your modules section in the ear plugin is useless. The plugin will auto-detect what's necessary from your pom, you only need to set values there if you actually want to