Using the examples in the ActiveMQ in Action book, I am running maven: mvn exec:java -Dexec.mainClass=org.apache.activemq.book.ch3.portfolio.Publisher -Dexec.args="CSCO ORCL" Maven returns an error: [ERROR] Unknown lifecycle phase "ORCL".... This is because the maven wrapper doesn't pass quoted args properly. If I call maven directly: /usr/local/share/java/maven3/bin/mvn exec:java -Dexec.mainClass=org.apache.activemq.book.ch3.portfolio.Publisher -Dexec.args="CSCO ORCL" things work OK. Fix: No idea at the moment. How-To-Repeat: Install ActiveMQ, maven-wrapper and try to use the examples from the book. Let me know if you need help with this.
Responsible Changed From-To: freebsd-ports-bugs->hq Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed I updated the wrapper script and ran some tests. Works good for me now. Please let me know if it works for your specific issue.