I had the same issue.
I solved it by using the preparationGolas maven-release-plugin option in
order to do an install instead of integration-test:
<configuration>
<preparationGoals>clean install</preparationGoals>
</configuration>
cheers,
-tony
Markku Saarela-2 wrote:
>
> 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]
>
>
>
--
View this message in context:
http://www.nabble.com/-m2-2.0.4--maven-release-plugin-2.0-beta-4-fails-with-ejb-client-depency-type-to-perform-prepare-tf2163833s177.html#a7758847
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]