* maven: Bump version to 3.8.7 and add a new package maven3 without jdk bindings
- Remove hard dependency on msopenjdk-* in maven3
- Set 'Conflicts' on each other
Default maven install pulls in msopenjdk-11 as runtime dependency.
The new package 'maven3' does not have install dependency on any msopenjdk-*. This
allows custom install of a supported msopenjdk-* version prior to installing maven3.
* maven: update cgmanifest for package maven
* maven: cgmanifest add package entry for maven3
* maven: licenses add package entry for maven3
* Adding apache maven SPEC to Mariner.
- Adding due to buildRequires dependency for cassandra reaper.
- Updated version toeq 3.8.4.
* Correcting linting errors for maven.spec.
* Fixing linting error in maven spec with correct tabs/spaces.
* Fixing cgmanifest with correct maven version.
* (a) Removing version(to be build) specific binary tar as source to provide pre-built maven.
Using 1.0 based maven rpm instead from PMC.
(b) Installing mvn package with --nodeps since nothing provides install dependency = openjre8 in Mariner 2.0.
(c) Adding check section to match md5sums of mvn rpm uploaded to blob store and that available on PMC.
Quit build if mismatch.
* (a) Cleaning SPEC file to remove conditional build cache generation.
(b) Updating signature.json with build caches created using maven 3.5.4 binary. The earlier
caches were based on maven 3.8.4 binary.
(c) Adding 'maven_build_caches.sh' script to generate build caches.
* maven: adding to licenses.md.
* Removing comment lines & fixing sources numbers in spec file.
* Minor correction.