summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-03-10 22:26:58 +0000
committerRobert Gemmell <robbie@apache.org>2013-03-10 22:26:58 +0000
commit41c444387dd3fb3a5c8ddd7002be621c146609cd (patch)
tree86dba6f1bc5f7d2ae69d4503f24d8263318d3443 /qpid/java/module.xml
parentda3dabe20327d8b87e71292d0a57ae7b27d39a84 (diff)
downloadqpid-python-41c444387dd3fb3a5c8ddd7002be621c146609cd.tar.gz
QPID-4445: make the jar file produced by the JCA module use 'jca' in its name rather than 'ra', add support for generating maven artifacts for the jar and the packaged rar.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1454935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 9146403d04..1ff0be4621 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -253,6 +253,7 @@
<mkdir dir="${module.results}"/>
</target>
+ <!--Overridden by (but still used in) the JCA module -->
<target name="pom" depends="prepare" if="module.genpom">
<jython path="${mllib.dir}">
<args>
@@ -271,6 +272,7 @@
</jython>
</target>
+ <!--Overridden by (but still used in) the JCA module -->
<target name="release-mvn" depends="build,pom" if="module.genpom" description="Install the artifacts into the local repository and prepare the release artifacts">
<artifact:pom id="module.pom" file="${build.scratch}/qpid-${module.name}.pom"/>
@@ -285,6 +287,7 @@
</artifact:deploy>
</target>
+ <!--Overridden by (but still used in) the JCA module -->
<target name="deploy-snapshot" depends="build,pom" if="module.genpom" description="deploy a snapshot build to nexus">
<!-- In order to use this target you need to have predefined a username and password for the
server with id ${maven.snapshots.repo.id} in your m2 settings file, e.g ~/.m2/settings.xml -->