2011/12/20 Grzegorz Słowikowski <[email protected]>:
> Hi
>
> I tried to upgrade my "org.apache.maven.wagon:wagon-webdav:1.0-beta-2"
> extension to
> "org.apache.maven.wagon:wagon-webdav-jackrabbit:2.2" but without luck.
> It does not work with Maven 2.2.1 at all (versions 2.0 and 2.1 don't
> work too).
> Log:
>
> ...
> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
> further details.
> ...
> Caused by: java.lang.ClassNotFoundException:
> org.slf4j.impl.StaticLoggerBinder
>
> With Maven 3.0.3 it works, but with a warning in the log:
>
> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
> further details.
>
> My questions are:
> 1. What is the minimum Maven version working with Maven Release Plugin 2.x?
> Can I use it somehow with Maven 2.2.1?
>
> 2. How can I add (if I can at all) missing SLF4J implementation
> dependency to extension defined:

    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-webdav-jackrabbit</artifactId>
        <version>2.2</version>
      </extension>
      <extension>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-nop</artifactId>
        <version>1.5.11</version>
      </extension>
    </extensions>

>
>    <build>
>        <extensions>
>            <extension>
>                <groupId>org.apache.maven.wagon</groupId>
>                <artifactId>wagon-webdav-jackrabbit</artifactId>
>                <version>2.2</version>
>            </extension>
>        </extensions>
>    </build>
>
> Grzegorz Slowikowski
>
> On 2011-12-15 16:07, Olivier Lamy wrote:
>> Hello,
>>
>> I'd like to release Apache Maven Wagon 2.2
>>
>> We fixed 5 issues:
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10335&version=18090
>>
>> The staged repo is available here:
>> https://repository.apache.org/content/repositories/maven-344/
>>
>> Staged site: http://maven.apache.org/wagon-2.2/
>>
>> Vote open for 72H
>>
>> [+1]
>> [0]
>> [-1]
>>
>> Here my +1
>>
>> Thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to