Re: Continuous release with Maven and Jenkins - Multi module or Aggregation module

2013-09-16 Thread Nestor Urquiza
Thanks for replying. It is actually more than that. How can we use jenkins to call the command is the most important part of it all. About directory structure that is the second part. Anybody? On Monday, September 16, 2013 12:49:10 PM UTC-4, Deryl Spielman wrote: > > It's almost as if you have t

Re: Continuous release with Maven and Jenkins - Multi module or Aggregation module

2013-09-16 Thread Deryl Spielman
It's almost as if you have to put the dependent Jenkins projects workspaces in the same directory structure. Otherwise a pre-build script should checkout dependent projects in the parent pom workspace? -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Fwd: Continuous release with Maven and Jenkins - Multi module or Aggregation module

2013-08-02 Thread Nestor Urquiza
Hello everyone, As a developer I want to automatically release my maven multi pom project (composed of several modules) so I can use any subversion repository commit as a potential release. The below command works perfectly for it (I really use "-DdryRun=true" so far for my tests so far BTW to ma