Re: release plugin issue

2014-11-29 Thread Mirko Friedenhagen
Alejandro, I have a completely different approach as we use a staging maven repository anyway: - make sure your workspace has no extra files by using your SCM clean function. - only run mvn release:prepare with the following preparationGoals property -DperformRelease=true -DinstallAtEnd=true -Ddep

Re: release plugin issue

2014-11-29 Thread Stephen Connolly
On Saturday, November 29, 2014, Mirko Friedenhagen wrote: > Alejandro, > > I have a completely different approach as we use a staging maven repository > anyway: > - make sure your workspace has no extra files by using your SCM clean > function. > - only run mvn release:prepare with the following