Pascal,
I haven't tried the <proguardVersion> element, but as a result of
switching to the 2.0.4-SNAPSHOT version for the fix Vlad just made for
me, I noticed that my <dependency> block (just like yours, except I
had v4.1 in there) started working. Also, the default Proguard version
with the new plugin version is 4.3 anyway.
-- Michael
On Mar 4, 7:26 am, Pascal <
pascal.maug...@gmail.com> wrote:
> Hello
>
> I would like to use proguard 4.3 instead of the 4.2.
>
> I tried to active 4.3 using the <proguardVersion> parameter:
[...]
> I tried also to declare the proguard plugin as v4.3
>
> <plugin>
> <groupId>com.pyx4me</groupId>
> <artifactId>proguard-maven-plugin</artifactId>
[...]