Hi Emmanuel,

sorry for the delay!

2006/5/18, Emmanuel Venisse <[EMAIL PROTECTED]>:
The pb seems to be in extension rewriting.
Do you have some extensions in your poms?
Do you have a version for them?


yes, there's an extension defined in the parent POM:

...
 <groupId>ki-commons</groupId>
 <artifactId>ki-commons-parent</artifactId>
 <packaging>pom</packaging>
 <name>KI Commons Parent</name>
 <version>1.1</version>
 <build>
   <extensions>
     <extension>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-ssh-external</artifactId>
     </extension>
   </extensions>

as you see, there's no version to the wagen-extension. is that problematic?

Stefan

Stefan Hübner a écrit :
> oh, sorry! But, yes there is a version in my pom:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <project>
>  <parent>
>    <artifactId>ki-commons-parent</artifactId>
>    <groupId>ki-commons</groupId>
>    <version>1.1</version>
>  </parent>
>  <modelVersion>4.0.0</modelVersion>
>  <groupId>ki-commons</groupId>
>  <artifactId>ki-foundation</artifactId>
>  <name>KI Foundation</name>
>  <version>1.17.2-SNAPSHOT</version>
> ...
>
> Stefan
>
>
>
>
>
> 2006/5/18, Emmanuel Venisse <[EMAIL PROTECTED]>:
>
>> I didn't talk about release plugin version but about your pom version
>>
>> Emmanuel
>>
>> Stefan Hübner a écrit :
>> > no, but the latest version of maven-release-plugin in my local
>> > repository is 2.0-beta-4
>> >
>> > Stefan
>> >
>> > 2006/5/18, Emmanuel Venisse <[EMAIL PROTECTED]>:
>> >
>> >> Do you have a version defined in your pom?
>> >>
>> >> Emmanuel
>> >>


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


Reply via email to