mirror of https://github.com/apache/activemq.git
commented out goal that override the jar:deploy. This causes error when deploying the jar in the dist repository.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@372437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a9852f8cb5
commit
a9d3883dc8
|
@ -198,7 +198,7 @@
|
||||||
<!-- GOALs for deploying resources -->
|
<!-- GOALs for deploying resources -->
|
||||||
<!-- ================================================================== -->
|
<!-- ================================================================== -->
|
||||||
|
|
||||||
<goal name="jar:deploy"
|
<!-- goal name="jar:deploy"
|
||||||
description="Deploy the core and core test binaries" prereqs="test:compile">
|
description="Deploy the core and core test binaries" prereqs="test:compile">
|
||||||
|
|
||||||
<artifact:deploy
|
<artifact:deploy
|
||||||
|
@ -212,7 +212,7 @@
|
||||||
type="jar"
|
type="jar"
|
||||||
project="${pom}"
|
project="${pom}"
|
||||||
/>
|
/>
|
||||||
</goal>
|
</goal -->
|
||||||
|
|
||||||
<goal name="jar:deploy-javadoc"
|
<goal name="jar:deploy-javadoc"
|
||||||
description="Deploys javadoc binary" prereqs="javadoc:install">
|
description="Deploys javadoc binary" prereqs="javadoc:install">
|
||||||
|
@ -228,13 +228,13 @@
|
||||||
description="Deploys xsd generated files" prereqs="xbean:generate">
|
description="Deploys xsd generated files" prereqs="xbean:generate">
|
||||||
|
|
||||||
<artifact:deploy
|
<artifact:deploy
|
||||||
artifact="${basedir}/target/${pom.artifactId}-${pom.currentVersion}.xsd"
|
artifact="${basedir}/target/activemq-${pom.currentVersion}.xsd"
|
||||||
type="distribution"
|
type="distribution"
|
||||||
project="${pom}"
|
project="${pom}"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<artifact:deploy
|
<artifact:deploy
|
||||||
artifact="${basedir}/target/${pom.artifactId}-${pom.currentVersion}.xsd.html"
|
artifact="${basedir}/target/activemq-${pom.currentVersion}.xsd.html"
|
||||||
type="distribution"
|
type="distribution"
|
||||||
project="${pom}"
|
project="${pom}"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue