开发者

Installing ActiveMQ using Cygwin

开发者 https://www.devze.com 2023-04-12 09:34 出处:网络
I have downloaded ActiveMQ 5.5.0 and followed the instructionson this pagehttp://acti开发者_Python百科vemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ to install ActiveMQ. I use Cy

I have downloaded ActiveMQ 5.5.0 and followed the instructions on this page http://acti开发者_Python百科vemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ to install ActiveMQ. I use Cygwin on Windows but when I put mvn clean install in the unzipped directory of activeMQ, I got this error :

BUILD ERROR Cannot execute mojo: clean. It requires a project with an existing pom.xml, but the build is not using one.

is there something I didn't catch in the instructions ?

Thanks


There are two possibilities:

You downloaded the binary distribution and not the source. If so, you do not need to build it using maven. You can start using it as documented in Windows Binary Installation

If it is indeed source distribution, when you unzipped it, it would have created a folder activemq-parent-5.5.0-source-release and inside it another folder activemq-parent-5.5.0. You would need to go into activemq-parent-5.5.0 and then run mvn clean install.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号