Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Operability
-
Normal
-
All
-
None
-
Description
Follow-on to CASSANDRA-16391
When all dependencies are already in the local ~/.m2/repository/ we should not be needing an internet connection. ("Offline" mode should be automatic.)
This patch also does away with the copying of jar files from ~/.m2/repository/ into build/lib/jars/ and build/test/lib/jars/.
Instead, all the build classpaths are built using each dependencies from their ~/.m2/repository/ locations. The lib/ folder is still generated for building the binary artifact.
Patch at https://github.com/apache/cassandra/compare/trunk...thelastpickle:mck/16559/trunk
Attachments
Issue Links
- is caused by
-
CASSANDRA-16391 Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks
-
- Resolved
-
- is related to
-
CASSANDRA-16557 (3.0,3.11) Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks
-
- Resolved
-