it builds, and puts individual JAR in my local M2 repo,
what I want is the .zip or the .tar.gz format for a complete distro
as mention, I didn't want to build, build->compile->package to jar
I want to build a distribution
Filip
Aaron Mulder wrote:
But really, doesn't the build build a build without you needing to use
the release process?!?
Thanks,
Aaron
On Fri, May 16, 2008 at 12:34 PM, Aaron Mulder
<[EMAIL PROTECTED]> wrote:
Move your eclipse files away for long enough to do the build?
Thanks,
Aaron
On Fri, May 16, 2008 at 12:10 PM, 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
any thoughts
Filip