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


##########
.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:
   There's some concern that following Maven's style for POMs will confuse 
newcomers into thinking that this is a Maven project and not an Ant one, and 
try to run `mvn install` to get started instead of `ant`.



-- 
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