can I build a distribution without having to upload or do any SVN actions,
I'm reading
http://activemq.apache.org/release-guide.html
also, when,
mvn release:prepare -DdryRun=true -Prelease
I get the error
Caused by: org.apache.maven.plugin.MojoFailureException: Cannot prepare
the release because you have local modifications
:
[activemq-run\.classpath:unknown]
[activemq-run\.project:unknown]
of course, the "local modification" are of course my eclipse files,
I wanna be able is to generate a binary distribution
any thoughts
Filip