It's not designed to work that way. It could be changed, but the
effort involved isn't really worth it.
On Wed, Jun 2, 2010 at 8:18 AM, timonik wrote:
>
> I processed mvn clean install and now it works fine.
> But, have I chance use depenedency:tree goal without project installation in
> local re
I processed mvn clean install and now it works fine.
But, have I chance use depenedency:tree goal without project installation in
local repository?
--
View this message in context:
http://old.nabble.com/mvn-dependency%3Atree-goal-tp28753410p28753604.html
Sent from the Maven Developers mailing li
Hello,
We have following structure of project
project
ModuleA
pom.xml
ModuleB
pom.xml
pom.xml <-- parent pom for all sub-modules
Parent pom contains declaration of all modules:
A
B
Our A module use B artifact and we added B module in dependencyManagement
section in paren