AW: subversion vs maven

2011-02-22 Thread Moser, Christian
e all newer available snapshot dependencies from the remote repository in no time. I hope this help, - Chris -Ursprüngliche Nachricht- Von: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Gesendet: Dienstag, 22. Februar 2011 11:03 An: Maven Users List Betreff: AW: subversion v

AW: subversion vs maven

2011-02-22 Thread Stadelmann Josef
ebruar 2011 18:28 An: Maven Users List; cika...@gmail.com Betreff: Re: subversion vs maven Maybe this question will expose my ignorance, but I thought most build systems only build the things that have changed unless you do a "clean" each time or are starting from a fresh checkout as o

Re: subversion vs maven

2011-02-16 Thread Zilvinas Vilutis
are Engineer > CoreLogic Spatial Solutions > > "Do or do not, there is no try." - Yoda > > -Original Message- > From: Zilvinas Vilutis [mailto:cika...@gmail.com] > Sent: Wednesday, February 16, 2011 2:41 PM > To: Maven Users List > Cc: Thiessen, Todd (Todd

RE: subversion vs maven

2011-02-16 Thread Collins, Russell
Wednesday, February 16, 2011 2:41 PM To: Maven Users List Cc: Thiessen, Todd (Todd) Subject: Re: subversion vs maven > You don't need to do a full build AND you will only be using artifacts in > your local repository. Sounds like its exactly what you want. Exactly :) When doing it incremen

Re: subversion vs maven

2011-02-16 Thread Zilvinas Vilutis
a mvn install to do your module > builds and snapshots won't get updated. > > Just a thought. Hope it helps. > >> -Original Message----- >> From: Zilvinas Vilutis [mailto:cika...@gmail.com] >> Sent: Wednesday, February 16, 2011 3:12 PM >> To: Maven

RE: subversion vs maven

2011-02-16 Thread Thiessen, Todd (Todd)
builds and snapshots won't get updated. Just a thought. Hope it helps. > -Original Message- > From: Zilvinas Vilutis [mailto:cika...@gmail.com] > Sent: Wednesday, February 16, 2011 3:12 PM > To: Maven Users List > Cc: Thiessen, Todd (Todd) > Subject: Re: subversion

Re: subversion vs maven

2011-02-16 Thread Zilvinas Vilutis
ver do the full builds. You should > rarely have to. > >> -Original Message- >> From: Zilvinas Vilutis [mailto:cika...@gmail.com] >> Sent: Wednesday, February 16, 2011 1:52 PM >> To: Maven Users List >> Cc: Thiessen, Todd (Todd) >> Subject: R

RE: subversion vs maven

2011-02-16 Thread Thiessen, Todd (Todd)
o:cika...@gmail.com] > Sent: Wednesday, February 16, 2011 1:52 PM > To: Maven Users List > Cc: Thiessen, Todd (Todd) > Subject: Re: subversion vs maven > > yes, we could set this up. > > However there's 2 things: > - We're working with "SNAPSHOT" versions most

Re: subversion vs maven

2011-02-16 Thread Zilvinas Vilutis
; From: Zilvinas Vilutis [mailto:cika...@gmail.com] >> Sent: Wednesday, February 16, 2011 1:37 PM >> To: a.geo >> Cc: Maven Users List; Jeff >> Subject: Re: subversion vs maven >> >> trust me, not so easy :) >> >> our project has like 20 subsystems which all hav

RE: subversion vs maven

2011-02-16 Thread Thiessen, Todd (Todd)
y, February 16, 2011 1:37 PM > To: a.geo > Cc: Maven Users List; Jeff > Subject: Re: subversion vs maven > > trust me, not so easy :) > > our project has like 20 subsystems which all have 5-10 sub-projects. > > Our "core" is extracted into a separate dependen

RE: subversion vs maven

2011-02-16 Thread Yanko, Curtis
> -Original Message- > From: Zilvinas Vilutis [mailto:cika...@gmail.com] > Sent: Wednesday, February 16, 2011 11:47 AM > To: users@maven.apache.org > Subject: subversion vs maven > > Hello Maven Users! > > Probably this question was already asked, so if th

Re: subversion vs maven

2011-02-16 Thread Zilvinas Vilutis
trust me, not so easy :) our project has like 20 subsystems which all have 5-10 sub-projects. Our "core" is extracted into a separate dependency maintained by another team, it is also managed by maven ( ~30 subsystems, 10-50 projects each ). Yes, daily updates happen on 5-10 projects, that is wh

Re: subversion vs maven

2011-02-16 Thread a.geo
You mus consider a "core" section, that contain your business main code, usually you don't change it. Around it, is the implementation of the requirement. 2011/2/16 Jeff > Maybe this question will expose my ignorance, but I thought most build > systems only build the things that have changed u

Re: subversion vs maven

2011-02-16 Thread Jeff
Maybe this question will expose my ignorance, but I thought most build systems only build the things that have changed unless you do a "clean" each time or are starting from a fresh checkout as opposed to doing an "svn update" and then running the build. Being new to Maven myself, there could ther

Re: subversion vs maven

2011-02-16 Thread Zilvinas Vilutis
r, and will not have any impact > if "Build modules in parallel" is selected. > > Any follow-up on this should be directed at the Jenkins or Hudson users lists. > > /James > > -Original Message- > From: Zilvinas Vilutis [mailto:cika...@gmail.com] > Se

RE: subversion vs maven

2011-02-16 Thread Nord, James
ry 2011 17:18 To: Leon Rosenberg Cc: Maven Users List Subject: Re: subversion vs maven Yes, However it does a "full build" which takes ~30-40 minutes. But I want to build only specific projects and their dependents. Regards Žilvinas Vilutis Mobile: (+370) 652 38353 E-mail: cika...

Re: subversion vs maven

2011-02-16 Thread a.geo
You first need analyze the change level in every component, maybe split a project in more subprojects, so the 'static' code could be managed like a external library, this is, compile it and upload to Maven Proxy, and the changeable code only get from subversion. 2011/2/16 Leon Rosenberg > How ab

Re: subversion vs maven

2011-02-16 Thread Zilvinas Vilutis
Yes, However it does a "full build" which takes ~30-40 minutes. But I want to build only specific projects and their dependents. Regards Žilvinas Vilutis Mobile:   (+370) 652 38353 E-mail:   cika...@gmail.com On Wed, Feb 16, 2011 at 9:54 AM, Leon Rosenberg wrote: > How about hudson? > > Hud

Re: subversion vs maven

2011-02-16 Thread Leon Rosenberg
How about hudson? Hudson can watch for svn changes and trigger builds on commit. regards Leon On Wed, Feb 16, 2011 at 5:46 PM, Zilvinas Vilutis wrote: > Hello Maven Users! > > Probably this question was already asked, so if there is an answer > which I could not find - please point me to the ri

subversion vs maven

2011-02-16 Thread Zilvinas Vilutis
Hello Maven Users! Probably this question was already asked, so if there is an answer which I could not find - please point me to the right place. I'm working on an enterprise project where maven integration plays a huge role. However the project is big as a lot of teams are working on it and i