diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-03-10 22:26:58 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-03-10 22:26:58 +0000 |
| commit | db1546afc6d68d5891b8a4f23f8ad7e88f2c5af7 (patch) | |
| tree | 7d4fd7af88aa974d6caa80f741a2689d383169fb /java/ivy.nexus.xml | |
| parent | e13b67873f8554e8ea8c1bf616670d4df4e87ac6 (diff) | |
| download | qpid-python-db1546afc6d68d5891b8a4f23f8ad7e88f2c5af7.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/qpid@1454935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/ivy.nexus.xml')
| -rw-r--r-- | java/ivy.nexus.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/ivy.nexus.xml b/java/ivy.nexus.xml index c39f466da3..36b49f27d9 100644 --- a/java/ivy.nexus.xml +++ b/java/ivy.nexus.xml @@ -93,6 +93,17 @@ <artifact name="qpid-bdbstore-jmx" type="jar.asc" ext="jar.asc"/> <artifact name="qpid-bdbstore-jmx" type="source" ext="jar" e:classifier="sources"/> <artifact name="qpid-bdbstore-jmx" type="source.asc" ext="jar.asc" e:classifier="sources"/> + <artifact name="qpid-jca" type="pom" ext="pom"/> + <artifact name="qpid-jca" type="pom.asc" ext="pom.asc"/> + <artifact name="qpid-jca" type="jar" ext="jar"/> + <artifact name="qpid-jca" type="jar.asc" ext="jar.asc"/> + <artifact name="qpid-jca" type="source" ext="jar" e:classifier="sources"/> + <artifact name="qpid-jca" type="source.asc" ext="jar.asc" e:classifier="sources"/> + <artifact name="qpid-ra" type="pom" ext="pom"/> + <artifact name="qpid-ra" type="pom.asc" ext="pom.asc"/> + <artifact name="qpid-ra" type="rar" ext="rar"/> + <artifact name="qpid-ra" type="rar.asc" ext="rar.asc"/> + </publications> <dependencies/> |
