Maven in development enviorment

2 messages Options
Embed this post
Permalink
chicagopooldude

Maven in development enviorment

Reply Threaded More More options
Print post
Permalink

I have a few questions about maven development environment, currently we are
using ant tasks which compiles only those classes which have changed and
then put it in tomcat and we restart the server. This seems to be pretty
fast and turnaround time is less as in a development environment we have
lots of changes sometimes single line changes and we would have to do this a
number of times. But with use of maven we are wondering if we can alteast
match this process if not better it, we don’t want to do mvn clean, install
every time we change a few lines of code and wait for a few minutes. As
people here have sizable experience in use of maven in a development
environment I wanted to find out your comments on this and in general how
dev environments . Please let me know if you need any other details. Any
help is appreicated
--
View this message in context: http://old.nabble.com/Maven-in-development-enviorment-tp26230841p26230841.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Dan Tran

Re: Maven in development enviorment

Reply Threaded More More options
Print post
Permalink
I believe what you after is maven-reactor-plugin, however I never have
a need to use it yet.

I also heard the future maven 3.0 has this mode built in as well

-Dan

On Fri, Nov 6, 2009 at 9:25 AM, chicagopooldude
<[hidden email]> wrote:

>
> I have a few questions about maven development environment, currently we are
> using ant tasks which compiles only those classes which have changed and
> then put it in tomcat and we restart the server. This seems to be pretty
> fast and turnaround time is less as in a development environment we have
> lots of changes sometimes single line changes and we would have to do this a
> number of times. But with use of maven we are wondering if we can alteast
> match this process if not better it, we don’t want to do mvn clean, install
> every time we change a few lines of code and wait for a few minutes. As
> people here have sizable experience in use of maven in a development
> environment I wanted to find out your comments on this and in general how
> dev environments . Please let me know if you need any other details. Any
> help is appreicated
> --
> View this message in context: http://old.nabble.com/Maven-in-development-enviorment-tp26230841p26230841.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>

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