|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Maven Repository start-upHi guys, I am newbie to the Maven development. I have assigned to re-structure the company project layout to speed-up the development. We have an existing Subversion server. I want to have a system such way, that our new Maven Repository copies the source code form the Subversion repository periodically, and do compile, do run test cases and do run the deployment. If the compile fails sends and email to the repository admin and same for, if test cases and deployment fails. Any ideas to prompt me for a start? I have gained lot of knowledge and want to start-up. Thanks |
|
|
AW: Maven Repository start-upHi,
I think you are looking for a buildserver. Maybe Hudson (https://hudson.dev.java.net/) or Continuum (http://continuum.apache.org/) (there are others, google is your friend ;) ) is the missing puzzle piece in your build infrastructure. Hth Robert > -----Ursprüngliche Nachricht----- > Von: Range [mailto:ranganapeiris@...] > Gesendet: Freitag, 26. Juni 2009 09:57 > An: dev@... > Betreff: Maven Repository start-up > > > > Hi guys, > > I am newbie to the Maven development. I have assigned to re-structure > the > company project layout to speed-up the development. > > We have an existing Subversion server. > > I want to have a system such way, that our new Maven Repository copies > the > source code form the Subversion repository periodically, and do > compile, do > run test cases and do run the deployment. > > If the compile fails sends and email to the repository admin and same > for, > if test cases and deployment fails. > > Any ideas to prompt me for a start? I have gained lot of knowledge and > want > to start-up. > > Thanks > > -- > View this message in context: http://www.nabble.com/Maven-Repository- > start-up-tp24216384p24216384.html > Sent from the Maven Developers mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: AW: Maven Repository start-upHI Robert,
Many Thanks for the precious information that you have provided. I just got a very good starting point and exploring information about CruiseControl, Hudson and Apache Continuum. Also Some Maven Integration with these Continuous integration servers. Thanks again
|
|
|
Re: AW: Maven Repository start-upYou're above mentioned CI system would then deploy to a repository
manager: http://maven.apache.org/repository-management.html On Fri, Jun 26, 2009 at 7:23 AM, Range<ranganapeiris@...> wrote: > > HI Robert, > > Many Thanks for the precious information that you have provided. I just got > a very good starting point and exploring information about CruiseControl, > Hudson and Apache Continuum. > > Also Some Maven Integration with these Continuous integration servers. > > Thanks again > > > > > Robert.Klaus wrote: >> >> Hi, >> >> I think you are looking for a buildserver. >> >> Maybe Hudson (https://hudson.dev.java.net/) or Continuum >> (http://continuum.apache.org/) (there are others, google is your friend ;) >> ) >> is the missing puzzle piece in your build infrastructure. >> >> Hth >> >> Robert >> >> >> >>> -----Ursprüngliche Nachricht----- >>> Von: Range [mailto:ranganapeiris@...] >>> Gesendet: Freitag, 26. Juni 2009 09:57 >>> An: dev@... >>> Betreff: Maven Repository start-up >>> >>> >>> >>> Hi guys, >>> >>> I am newbie to the Maven development. I have assigned to re-structure >>> the >>> company project layout to speed-up the development. >>> >>> We have an existing Subversion server. >>> >>> I want to have a system such way, that our new Maven Repository copies >>> the >>> source code form the Subversion repository periodically, and do >>> compile, do >>> run test cases and do run the deployment. >>> >>> If the compile fails sends and email to the repository admin and same >>> for, >>> if test cases and deployment fails. >>> >>> Any ideas to prompt me for a start? I have gained lot of knowledge and >>> want >>> to start-up. >>> >>> Thanks >>> >>> -- >>> View this message in context: http://www.nabble.com/Maven-Repository- >>> start-up-tp24216384p24216384.html >>> Sent from the Maven Developers mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@... >>> For additional commands, e-mail: dev-help@... >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> >> > > -- > View this message in context: http://www.nabble.com/Maven-Repository-start-up-tp24216384p24218567.html > Sent from the Maven Developers mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |