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:
Frederick G. Oconer 2006-01-26 04:49:28 +00:00
parent a9852f8cb5
commit a9d3883dc8
1 changed files with 4 additions and 4 deletions

View File

@ -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}"
/> />