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:
Bosanac Dejan 2013-04-15 11:59:08 +00:00
parent 3f9b6ed391
commit e6c6951bed
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId> <artifactId>activemq-all</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>

View File

@ -51,7 +51,7 @@ public class BrokerMojo extends AbstractMojo {
/** /**
* The maven project. * The maven project.
* *
* @parameter property="project" * @parameter property="project" default-value="${project}"
* @required * @required
* @readonly * @readonly
*/ */