Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #23453

Re: what is the advantage of using maven for java standalone app

From Stanimir Stamenkov <s7an10@netscape.net>
Newsgroups comp.lang.java.programmer
Subject Re: what is the advantage of using maven for java standalone app
Date 2013-04-14 13:34 +0300
Organization A noiseless patient Spider
Message-ID <kke0hq$9pv$1@dont-email.me> (permalink)
References <9db463b7-fba0-46be-9390-4a144df49443@googlegroups.com> <kkbod5$jpj$1@dont-email.me> <00047d26-c262-4b60-be0c-9e75a3bfa56b@googlegroups.com> <kkbtjs$o67$1@dont-email.me> <d985e078-7bf4-48a7-996c-4c0a32b39635@googlegroups.com>

Show all headers | View raw


Sun, 14 Apr 2013 00:27:15 -0700 (PDT), /mcheung63@gmail.com/:

> i used husdon to build a war and auto deploy to my tomcat every 1
> hour, so when i browse to my tomcat, i always see the my latest
> webapp. If i am doing standalone app, even hudson can build a jar
> for me, i still need a lot of step to run it manually, so i think
> it is not a great advantage.
>
> One point I agree with maven is that it can manage the dependence
> version more easily. But this is not a very bid advantage for me.
> That why i ask the questionin here.

As Arved Sandstrom points in another reply, your question doesn't 
even seem Maven related, but more about "clarifying why a build 
system, any build system, in the context of a CI environment is 
useful for app development".  I think CI server may be useful for 
any application - verifying 1) the automated build of the product 
works (being Maven or not), after latest changes checked into the 
source; 2) the product works as expected after running whatever 
automated tests have been created for it.

-- 
Stanimir

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

what is the advantage of using maven for java standalone app mcheung63@gmail.com - 2013-04-13 04:37 -0700
  Re: what is the advantage of using maven for java standalone app Stanimir Stamenkov <s7an10@netscape.net> - 2013-04-13 17:02 +0300
    Re: what is the advantage of using maven for java standalone app mcheung63@gmail.com - 2013-04-13 08:14 -0700
      Re: what is the advantage of using maven for java standalone app Stanimir Stamenkov <s7an10@netscape.net> - 2013-04-13 18:31 +0300
        Re: what is the advantage of using maven for java standalone app mcheung63@gmail.com - 2013-04-14 00:27 -0700
          Re: what is the advantage of using maven for java standalone app Stanimir Stamenkov <s7an10@netscape.net> - 2013-04-14 13:34 +0300
          Re: what is the advantage of using maven for java standalone app Lew <lewbloch@gmail.com> - 2013-04-14 18:13 -0700
          Re: what is the advantage of using maven for java standalone app x@x.com (znôrt) - 2013-04-15 20:56 +0200
          Re: what is the advantage of using maven for java standalone app Arne Vajhøj <arne@vajhoej.dk> - 2013-04-15 21:40 -0400
    Re: what is the advantage of using maven for java standalone app Arne Vajhøj <arne@vajhoej.dk> - 2013-04-15 21:37 -0400
  Re: what is the advantage of using maven for java standalone app Stanimir Stamenkov <s7an10@netscape.net> - 2013-04-13 18:42 +0300
    Re: what is the advantage of using maven for java standalone app Arved Sandstrom <asandstrom2@eastlink.ca> - 2013-04-13 15:02 -0300
    Re: what is the advantage of using maven for java standalone app mcheung63@gmail.com - 2013-04-14 00:27 -0700
    Re: what is the advantage of using maven for java standalone app Arne Vajhøj <arne@vajhoej.dk> - 2013-04-15 21:42 -0400
  Re: what is the advantage of using maven for java standalone app Arne Vajhøj <arne@vajhoej.dk> - 2013-04-15 21:36 -0400

csiph-web