diff --git a/activemq-rest/pom.xml b/activemq-rest/pom.xml index e13f1a379a..2adc4fd369 100644 --- a/activemq-rest/pom.xml +++ b/activemq-rest/pom.xml @@ -30,7 +30,6 @@ jar - ${project.version} ${project.basedir}/.. @@ -83,12 +82,12 @@ org.apache.activemq activemq-server - ${activemq.version} + ${project.version} org.apache.activemq activemq-jms-server - ${activemq.version} + ${project.version} org.apache.geronimo.specs diff --git a/distribution/activemq/pom.xml b/distribution/activemq/pom.xml index 6962143fc3..b168313a5c 100644 --- a/distribution/activemq/pom.xml +++ b/distribution/activemq/pom.xml @@ -195,9 +195,6 @@ org.apache.maven.plugins maven-deploy-plugin - - true - maven-assembly-plugin diff --git a/distribution/pom.xml b/distribution/pom.xml index a87f40bf49..bde3214458 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -57,9 +57,6 @@ under the License. org.apache.maven.plugins maven-deploy-plugin - - true - diff --git a/pom.xml b/pom.xml index 40346a2e97..f1fd6c8b6b 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ true UTF-8 UTF-8 + -Xdoclint:none