For all ejb-client type depencies in multiproject system fails to resolve artifacts:

   <dependency>
     <groupId>varma.yrpro.income</groupId>
     <artifactId>dbserviceejb</artifactId>
     <version>1.0-SNAPSHOT</version>
     <type>ejb-client</type>
   </dependency>

produces error like this:

[INFO] Failed to resolve artifact.

Missing:
----------
1) varma.yrpro.income:dbserviceejb:ejb-client:client:1.0

 Try downloading the file manually from the project website.

 Then, install it using the command:
mvn install:install-file -DgroupId=varma.yrpro.income -DartifactId=dbserviceejb \
         -Dversion=1.0 -Dpackaging=ejb-client -Dfile=/path/to/file

 Path to dependency:
   1) varma.yrpro.income:ctrlcommon:ejb:1.0
   2) varma.yrpro.income:dbserviceejb:ejb-client:client:1.0

Any ideas solving this problem.

Last wednesday it worked and now it's broken.

- Markku Saarela


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to