Commit Graph

14 Commits

Author SHA1 Message Date
Brandon Williams ade85693d5 gitignore serverversion.py 2023-08-18 10:40:33 -05:00
Stefan Miklosovic 357c0d5a89 Expand build.dir property in rat targets
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-18183
2023-01-23 14:45:39 +01:00
Mick Semb Wever 3259d6de37 Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks
- This removes lib/ from version control.
- The generated pom files are now the source of truth to the project's depdendencies, and the lib/ folder re-created during the build from compile scope dependencies excluding provided and system scopes. Project dependencies are first downloaded to the maven local repository at `~/.m2/repository`.
- Maven is now required to be installed to build, that is the `mvn` command needs to be found in the path.
- The new resolver-ant-tasks targets have been encapsulated into the `build/build-resolver.xml` ant file.
- Most classpaths in build.xml are replaced with resolver:resolve definitions.
- The build-deps-pom generated pom file is now only used for declaring test dependencies.

 patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-16557
2021-07-25 11:35:45 -05:00
Mick Semb Wever ad16aa1763
Provide a better failure message when the rat check fails
patch by Mick Semb Wever; reviewed by David Capwell, Ekaterina Dimitrova for CASSANDRA-16620
2021-04-23 14:56:00 +02:00
Mick Semb Wever 53b0661cbb
Fix rat checking for files with missing license headers
patch by Mick Semb Wever; reviewed by Brandon Williams, Ekaterina Dimitrova for CASSANDRA-16558
2021-04-19 17:18:26 +02:00
Mick Semb Wever 334024751c
Remove generated files from apache-cassandra-*-src.tar.gz artifacts
patch by Mick Semb Wever; reviewed by Robert Stupp for CASSANDRA-15849
2020-06-08 22:31:41 +02:00
Dave Brosius 95d5d8b23c add doc/cql3/CQL.html to .gitignore 2015-03-28 19:37:14 -04:00
Patrick Abeya 7145b2c366 ignore .eml files from intelli-j
patch by pabeya reviewed by dbrosius for CASSANDRA-9015
2015-03-21 21:03:22 -04:00
Robert Stupp e13121318b Validate functionality of different JSR-223 providers in UDFs.
patch by Robert Stupp; reviewed by Mikhail Stepura for CASSANDRA-7874
2014-11-26 12:51:37 -08:00
Aleksey Yeschenko 4781e5952e Add conf/hotspot_compiler to .gitignore 2014-07-03 21:49:05 +03:00
Dave Brosius b16c6b9a92 Merge branch 'cassandra-2.0' into cassandra-2.1 2014-06-09 21:16:10 -04:00
Dave Brosius 19a207767c add logs/ and data/ to .gitignore 2014-06-09 21:14:58 -04:00
Brandon Williams e4090f10e5 Move less common tools into a new cassandra-tools package.
Patch by Michael Shuler, reviewed by brandonwilliams for CASSANDRA-7160
2014-05-29 10:24:27 -05:00
Jonathan Ellis f219e83b6a add .gitignore
patch by Michael Shuler; reviewed by jbellis for CASSANDRA-4899
2013-12-26 10:56:00 -06:00