Dependency hel(l|p)

2012-09-11 Thread Peter Palmreuther
Hi, I hope somebody on this list can help me with - or knows a location to find help for - a dependency problem. I have a bunch of projects: +master + plain - java-lib - bind-one - bind-two + jee - ejb - ear '+' are 'pom', i.e. reactor-, projects, '-' are 'jar', 'ejb' an

Re: Dependency hel(l|p)

2012-09-11 Thread Anders Hammar
It might just be me being an Internet idiot, but I tried downloading and just got downloads for some download manager or other junk. Please make it easy for us to help! I'm not even sure this is for real or if you're someone trying to trick us to install some malware. Just wasted time which I coul

Re: Dependency hel(l|p)

2012-09-12 Thread Aliaksei Lahachou
Hi, I've seen this problem. It seems that Maven knows about artifacts from dependencies only if they were built in the same run. So for example 'mvn package cargo:deploy' works, because all artifacts were packaged in the same run, but 'mvn cargo:deploy' doesn't work until artifacts are installed,

Re: Dependency hel(l|p)

2012-09-12 Thread Peter Palmreuther
Hello, I'm sorry for any confusion, but behind the given download link there's on the right side a block with date, file size and comment. Below this block there's a download button. And to it works. It would for sure have been easier to attach the archive, especially as it's only a few K in size

Re: Dependency hel(l|p)

2012-09-12 Thread Peter Palmreuther
Hi, thanks for your response. In fact I just tried 'mvn compile dependency:tree' and it works. Strange. But than: is there something wrong with my project dependencies or with 'maven-dependency-plugin' and 'maven-source-plugin' if their goals 'tree' (or 'list) and 'aggregate' only work when exec