That makes sense - thanks for that Vincent. -----Original Message----- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: 05 July 2003 21:57 To: 'Maven Users List' Subject: RE: Slides from TSSS about Maven
Hi Brendan, > -----Original Message----- > From: Brendan Lawlor [mailto:[EMAIL PROTECTED] > Sent: 05 July 2003 18:24 > To: Maven Users List > Subject: RE: Slides from TSSS about Maven > > Vincent, > I enjoyed reading those slides - it was a concise and well structured. Cool. Glad you liked it. Unfortunately, it is missing all the slide explanations. I almost only put diagrams in the presentation without any explanations... (I was in a hurry and I explained it during the speech...) :-) > > I have a question about the slides: In a single-site corporate > environment, > how would you synchronize the local and remote repositories. More > precisely, how would you push the SNAPSHOT artifacts from your local > repository to the central intranet repository? The way we do it is through the Maven continuous build that we run every 2 hours on the machine hosting the Maven remote repository. To make it simple, on that machine, local repo = remote repo. So running jar:install, ejb:install, war:install goals automatically deploy the artifacts. That said, there are now some goals to deploy artifacts to a remote repo using different protocols (thanks to Michal) so the remote repo doesn't have to be on the same machine as the continuous build. However, it would still be the continuous build which would deploy them. Then the client workstations automatically get the latest jars. Hope it helps, -Vincent > > Thanks, > Brendan. > > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: 05 July 2003 10:51 > To: 'Maven Users List' > Subject: Slides from TSSS about Maven > > > Hi, > > FYI. The slides I did for the TheServerSide Symposium about using Maven > for building J2EE applications are available online at > > http://blogs.codehaus.org/people/vmassol/archives/000080.html > > Have fun, > -Vincent > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
