You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2011/02/07 23:18:01 UTC

svn commit: r1068180 - /qpid/trunk/qpid/java/module.xml

Author: robbie
Date: Mon Feb  7 22:18:00 2011
New Revision: 1068180

URL: http://svn.apache.org/viewvc?rev=1068180&view=rev
Log:
QPID-1916: use module.depends to indicate module interdependencies in generated POMs, specify 'qpid' prefix to ensure correctly named poms + artifacts + dependencies, add project url to generated POM.

Modified:
    qpid/trunk/qpid/java/module.xml

Modified: qpid/trunk/qpid/java/module.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/module.xml?rev=1068180&r1=1068179&r2=1068180&view=diff
==============================================================================
--- qpid/trunk/qpid/java/module.xml (original)
+++ qpid/trunk/qpid/java/module.xml Mon Feb  7 22:18:00 2011
@@ -220,9 +220,12 @@
         <arg line='"${project.root}/genpom"'/>
         <arg line='-s "${project.root}/lib/poms"'/>
         <arg line='-o "${build}/qpid-${module.name}.pom"'/>
+        <arg line="-u http://qpid.apache.org"/>
         <arg line="-g org.apache.qpid"/>
-        <arg line="-a qpid-${module.name}"/>
         <arg line="-v ${project.version}"/>
+        <arg line="-p qpid"/>
+        <arg line='-m "${module.depends}"'/>
+        <arg line="-a ${module.name}"/>
         <arg line="${module.genpom.args}"/>
         <arg line="${module.libs}"/>
       </args>



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