Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{devel}[system/system] Maven v3.9.7 #20813

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/m/Maven/Maven-3.9.7.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contribution from the Crick HPC team
# uploaded by J. Sassmannshausen

easyblock = 'PackedBinary'

name = 'Maven'
version = '3.9.7'

homepage = 'https://maven.apache.org/index.html'
description = """Binary maven install, Apache Maven is a software project management and comprehension tool. Based on
the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a
central piece of information.
"""

toolchain = SYSTEM

source_urls = ['https://archive.apache.org/dist/maven/maven-%(version_major)s/%(version)s/binaries/']
sources = ['apache-maven-%(version)s-bin.tar.gz']
checksums = ['c8fb9f620e5814588c2241142bbd9827a08e3cb415f7aa437f2ed44a3eeab62c']

sanity_check_paths = {
'files': ['bin/mvn'],
'dirs': [],
}

moduleclass = 'devel'
Loading