Author: foconer
Date: Wed Jan 25 20:49:28 2006
New Revision: 372437
URL: http://svn.apache.org/viewcvs?rev=372437&view=rev
Log:
commented out goal that override the jar:deploy. This causes error when
deploying the jar in the dist repository.
Modified:
incubator/activemq/trunk/activemq-core/maven.xml
Modified: incubator/activemq/trunk/activemq-core/maven.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/maven.xml?rev=372437&r1=372436&r2=372437&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/maven.xml (original)
+++ incubator/activemq/trunk/activemq-core/maven.xml Wed Jan 25 20:49:28 2006
@@ -198,7 +198,7 @@
<!-- GOALs for deploying resources -->
<!-- ================================================================== -->
- <goal name="jar:deploy"
+ <!-- goal name="jar:deploy"
description="Deploy the core and core test binaries"
prereqs="test:compile">
<artifact:deploy
@@ -212,7 +212,7 @@
type="jar"
project="${pom}"
/>
- </goal>
+ </goal -->
<goal name="jar:deploy-javadoc"
description="Deploys javadoc binary" prereqs="javadoc:install">
@@ -228,13 +228,13 @@
description="Deploys xsd generated files" prereqs="xbean:generate">
<artifact:deploy
-
artifact="${basedir}/target/${pom.artifactId}-${pom.currentVersion}.xsd"
+ artifact="${basedir}/target/activemq-${pom.currentVersion}.xsd"
type="distribution"
project="${pom}"
/>
<artifact:deploy
-
artifact="${basedir}/target/${pom.artifactId}-${pom.currentVersion}.xsd.html"
+ artifact="${basedir}/target/activemq-${pom.currentVersion}.xsd.html"
type="distribution"
project="${pom}"
/>