You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2011/02/17 21:37:24 UTC

[jira] Commented: (QPID-1916) Maven artifacts for the client

    [ https://issues.apache.org/jira/browse/QPID-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996056#comment-12996056 ] 

Justin Ross commented on QPID-1916:
-----------------------------------

When I tested the release scripts, I had to make a minor change to release.sh for the maven artifacts:

[jross@nicaea ~]$ cd ~/qpid
[jross@nicaea qpid]$ svn diff
Index: bin/release.sh
===================================================================
--- bin/release.sh	(revision 1071633)
+++ bin/release.sh	(working copy)
@@ -218,8 +218,8 @@
   cp qpid-${VER}/java/management/eclipse-plugin/release/*.tar.gz qpid-${VER}/java/management/eclipse-plugin/release/*.zip artifacts/
 
   # copy the Maven artifacts
-  cp qpid-${VER}/java/client/release/maven artifacts/
-  cp qpid-${VER}/java/common/release/maven artifacts/
+  cp -a qpid-${VER}/java/client/release/maven artifacts/
+  cp -a qpid-${VER}/java/common/release/maven artifacts/
 fi
 
 if [ "DOTNET" == "$DOTNET" ] ; then
[jross@nicaea qpid]$ 


> Maven artifacts for the client
> ------------------------------
>
>                 Key: QPID-1916
>                 URL: https://issues.apache.org/jira/browse/QPID-1916
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Ant Build System, Build Tools, Java Client, Java Common, Java Tools, Maven build system, Qpid Managment Framework
>    Affects Versions: M3, M4, 0.5, 0.6, 0.7, 0.8
>            Reporter: Bryan Kearney
>            Assignee: Andrew Kennedy
>             Fix For: 0.9
>
>         Attachments: genpom.patch, maven.patch, mavenize3.patch
>
>
> The attached patch files adds the maven ant tasks to the build system. It allows, on a per-module basis, to support creating a pom file and exporting the jars to a maven repository. This is not a very DRY solution, as it requires copying the dependency information from the build.deps file. I have only added the pom files for the client bits, since i believe these are the most likely to be required by folks using QMF.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org