You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/07/21 08:38:17 UTC

[GitHub] [cassandra] michaelsembwever commented on a diff in pull request #1725: CASSANDRA-17750: Remove Maven Ant Tasks

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


##########
build.xml:
##########
@@ -90,15 +90,15 @@
     <property name="version" value="${base.version}-SNAPSHOT"/>
     <property name="version.properties.dir"
               value="${build.src.resources}/org/apache/cassandra/config/" />
-    <property name="final.name" value="${ant.project.name}-${version}"/>
+    <property name="final.name" value="${ant.project.name}"/>
 
     <property name="local.repository" value="${user.home}/.m2/repository" />
 
-    <!-- details of what version of Maven ANT Tasks to fetch -->
-    <property name="maven-ant-tasks.version" value="2.1.3" />
-    <property name="maven-ant-tasks.local" value="${local.repository}/org/apache/maven/maven-ant-tasks"/>
-    <property name="maven-ant-tasks.url"
-              value="https://repo.maven.apache.org/maven2/org/apache/maven/maven-ant-tasks" />
+    <property name="maven-artifact-resolver-ant-tasks.version" value="1.4.0" />
+    <property name="maven-artifact-resolver-ant-tasks.local" value="${local.repository}/org/apache/maven/resolver/maven-resolver-ant-tasks"/>
+    <property name="maven-artifact-resolver-ant-tasks.url"
+              value="https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-ant-tasks" />

Review Comment:
   resolver is not used in this file



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org