You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Antonio Parolini <An...@hcuge.ch> on 2006/12/08 15:55:02 UTC

Re: [m2 2.0.4] maven-release-plugin 2.0-beta-4 fails with ejb-client depency type to perform prepare

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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2 2.0.4] maven-release-plugin 2.0-beta-4 fails with ejb-client depency type to perform prepare

Posted by Markku Saarela <ma...@iki.fi>.
Thanks,

That save for manually doing the same thing.

rgds,

Markku

Antonio Parolini wrote:
> 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: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
>>     
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org