Re: Building tomcat with maven

2017-03-29 Thread Coty Sutherland
On Wed, Mar 29, 2017 at 1:31 PM, Mark Thomas  wrote:
> On 29/03/17 18:09, Coty Sutherland wrote:
>> Hi,
>>
>> In order to improve my build process I'm looking at utilizing maven to
>> build tomcat rather than ant (maven works with an existing toolset,
>> whereas ant doesn't). Does anyone know of any groups that have tried
>> to do or are doing this, or any projects that I could look into? If
>> not, would anyone be interested in my progress on creating a
>> (hopefully simple) maven wrapper that uses AntRun plugin to build
>> with?
>
> If you have some free time, this might be some useful background reading:
> http://tomcat.markmail.org/thread/rk3iaqjx7coo4bsb

Thanks, I'll check it out.

> although it sounds as if you just want to put a Maven wrapper around the
> existing build script which is very different to what that thread proposed.

I'm open to whatever; using the AntRun plugin was just what seemed
easiest if the tomcat community didn't want to move to maven. Doing
that seemed like less work to maintain rather than a full blown pom.

> Mark
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Building tomcat with maven

2017-03-29 Thread Mark Thomas
On 29/03/17 18:09, Coty Sutherland wrote:
> Hi,
> 
> In order to improve my build process I'm looking at utilizing maven to
> build tomcat rather than ant (maven works with an existing toolset,
> whereas ant doesn't). Does anyone know of any groups that have tried
> to do or are doing this, or any projects that I could look into? If
> not, would anyone be interested in my progress on creating a
> (hopefully simple) maven wrapper that uses AntRun plugin to build
> with?

If you have some free time, this might be some useful background reading:
http://tomcat.markmail.org/thread/rk3iaqjx7coo4bsb

although it sounds as if you just want to put a Maven wrapper around the
existing build script which is very different to what that thread proposed.

Mark


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Building tomcat with maven

2017-03-29 Thread Coty Sutherland
Hi,

In order to improve my build process I'm looking at utilizing maven to
build tomcat rather than ant (maven works with an existing toolset,
whereas ant doesn't). Does anyone know of any groups that have tried
to do or are doing this, or any projects that I could look into? If
not, would anyone be interested in my progress on creating a
(hopefully simple) maven wrapper that uses AntRun plugin to build
with?



Thanks,
Coty

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org