mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4275 - more improvements to activemq-maven-plugin; include all dependencies and use default value for the project
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1467950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f9b6ed391
commit
e6c6951bed
|
@ -41,7 +41,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-broker</artifactId>
|
||||
<artifactId>activemq-all</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
|
|
|
@ -51,7 +51,7 @@ public class BrokerMojo extends AbstractMojo {
|
|||
/**
|
||||
* The maven project.
|
||||
*
|
||||
* @parameter property="project"
|
||||
* @parameter property="project" default-value="${project}"
|
||||
* @required
|
||||
* @readonly
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue