users@maven-antrun-extended-plugin.java.net

Re: maven-antrun-extended-plugin question

From: Bolesław Dawidowicz <boleslaw.dawidowicz_at_redhat.com>
Date: Fri, 04 Jan 2008 01:36:00 +0100

Thanks a lot!

Kohsuke Kawaguchi wrote:
>
> Thanks.
>
> Yes, we should be using the latest Ant. I committed a change.
>
> I'm in the middle of some other changes right now, but I should be able
> to post a new version within a few days.
>
>
> Bolesław Dawidowicz wrote:
>> Hi,
>>
>> I'm writing to you since I found your email in extended antrun plugin
>> pom.xml and I see that mailing lists specified on the site are rather
>> dead :)
>>
>> I found your plugin very useful and lifesaving. Still I need it to use
>> ant 1.7. Would it be possible to make a switch? Simple change in
>> project pom.xml and snapshot deploy would do:
>>
>> <dependency>
>> <groupId>org.apache.ant</groupId>
>> <artifactId>ant-launcher</artifactId>
>> <version>1.7.0</version>
>> <scope>runtime</scope>
>> </dependency>
>> <dependency>
>> <groupId>org.apache.ant</groupId>
>> <artifactId>ant</artifactId>
>> <version>1.7.0</version>
>> </dependency>
>>
>> If no the only option for me would be to fork antrun code and create
>> other 'extended' version for my needs. The option to contribute to
>> your project instead of creating another fork seems a lot nicer
>>
>
>


-- 
Bolesław Dawidowicz
JBoss Portal team