On Thu, Dec 20, 2012 at 9:29 PM, Simone Tripodi <[email protected]> wrote: >> 2) I am doing: >> mvn release:prepare >> mvn release:perform >>
For the record, i needed to give maven my svn crednetials on sh: mvn release:prepare -Dusername=<username> -Dpassword=<password> http://jira.codehaus.org/browse/HAUS-1703 If somebody knows how to bypass this, pls let me know. For now it worked. The rest worked exactly as you said, thanks! Cheers, Christian > > >> 3) then I do: >> >> svn co >> http://svn.apache.org/repos/asf/incubator/onami/tags/parent-1-incubating/ >> cd parent-1-incubating >> mvn deploy > > this extra step is not needed, it is performed by the `mvn release:perform` > step > >> If not, would it be better to move the maven-assembly-plugin I added >> to the "standard" location outside the profile? > > I don't think so, we want to create the sources package just when > releasing, it is a "waste" of time having it included in the usual > development process. > > Thanks again for taking care of it, all the best! > -Simo > > PS That sources archive packaging included in the parent will save us > modules releases... > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ -- http://www.grobmeier.de https://www.timeandbill.de
