slachiewicz commented on code in PR #1725:
URL: https://github.com/apache/cassandra/pull/1725#discussion_r924960329


##########
.build/build-resolver.xml:
##########
@@ -165,17 +165,18 @@
         <property name="resolver-ant-tasks.initialized" value="true"/>
     </target>
 
-    <target name="resolver-retrieve-build" depends="resolver-init,write-poms">
-        <resolvepom file="${build.dir}/${final.name}.pom" id="all-pom" />
-        <resolvepom file="${build.dir}/tmp-${final.name}-deps.pom" 
id="pom-deps" />
+    <target name="resolver-retrieve-build" depends="resolver-init">
+        <resolvepom file="${basedir}/apache-cassandra.pom" id="all-pom" />

Review Comment:
   in more Maven style would be to put this file in directory, so it be like 
${basedir}/apache-cassandra-parent/pom.xml



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to