--
You received this message because you are subscribed to the Google Groups "pyx4me-users" group.
To post to this group, send email to pyx4me...@googlegroups.com.
To unsubscribe from this group, send email to pyx4me-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyx4me-users?hl=en.
I have tried it with 4.5 and it seems to work fine for me,
Btw. when you say declaring the dependency in the pom I assume you
mean like this:
<plugin>
<groupId>com.pyx4me</groupId>
<artifactId>proguard-maven-plugin</artifactId>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>proguard</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>net.sf.proguard</groupId>
<artifactId>proguard</artifactId>
<version>4.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<configuration>
<proguardVersion>4.4</proguardVersion>
This is for 4.4 and works fine for me. If that is correct it would be
great to document that on the site somewhere so that people that want
to use 4.4. have an idea how to do that. If not I am going to write a
blog post about this and other proguard maven related stuff with
Android shortly and will have that information in there..
Imho it would still be nice to get the plugin updated to at least have
4.4. out of the box. I have already created an issue with proguard to
get the 4.5 artifacts into Maven central....
manfred
http://jira.codehaus.org/browse/MAVENUPLOAD-2105
http://jira.codehaus.org/browse/MAVENUPLOAD-2555
http://jira.codehaus.org/browse/MAVENUPLOAD-1357
Are you going to do it for 4.5?
Oh and in terms of blog post I will put a message up when I did it and
it would be great if you can link to it. Probably next week ;-)
manfred
On Tue, Nov 23, 2010 at 10:57 AM, Vlad Skarzhevskyy
<skarzh...@gmail.com> wrote:
> I don't have it I do it old school: Use Frirefox to download jar and source,
> text editor to edit the pom midnight commander to rename the jar to match
> the maven convention and so on...
>
> Vlad
>
>
> On Tue, Nov 23, 2010 at 1:46 PM, Manfred Moser <mos...@gmail.com> wrote:
>>
>> I dont either.. anyway. Do you have some sort of setup ready to go to
>> create the bundle? E.g. a mavenized build of proguard or something?
>>
>> Oh and in terms blog post I will put a message up when I did it and