Dan,
I was absolutely convinced that the error was in my pom file. I'm
maven newbie, so it's hard for me to distinguish what is plugin bug and
what is my mistake :P
I will create jira issue.
Thanks again for your help.
Regards,
Marcin
Dan Tran wrote:
from our last discussion, eclipse plugin requires
your ejb3 module installed on you local repo, this is a bug. So the
work around is
to run 'mvn install' at eleast once before invoking 'mvn eclipse:eclipse'
please file an issue against eclipse plugin
On 8/30/07, Marcin Waldowski <[EMAIL PROTECTED]> wrote:
Hello.
I created 2 module simple example which can be downloaded from:
http://www.nabble.com/attachment/12381781/0/example.zip
When I execute 'mvn package' everything works ok. But when I execute mvn
eclipse:eclipse I ended up with error:
[DEBUG] Unable to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.company.app.appserver
-DartifactId=ejb3 \
-Dversion=1.0-SNAPSHOT -Dpackaging=ejb -Dfile=/path/to/file
Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn package'?
(I know that the workaround is to make 'mvn instal' but I would like to
avoid this)
Regards,
Marcin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]