excellent, that's exactly what I needed to hear :)
C:\development\activeMQ\trunk\assembly\target>ls
apache-activemq-5.2-SNAPSHOT-bin.tar.gz archive-tmp
apache-activemq-5.2-SNAPSHOT-bin.zip classes
apache-activemq-5.2-SNAPSHOT-src.tar.gz dependency-maven-plugin-markers
apache-activemq-5.2-SNAPSHOT-src.zip maven-shared-archive-resources
Filip
Bruce Snyder wrote:
On Fri, May 16, 2008 at 10:10 AM, Filip Hanik - Dev Lists
<[EMAIL PROTECTED]> wrote:
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
Just follow the standard build instructions and this will produce the
distribution in the assembly/target dir.
Bruce