mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
23 lines
664 B
Plaintext
23 lines
664 B
Plaintext
easyblock = 'PackedBinary'
|
|
|
|
name = 'Maven'
|
|
version = '3.3.3'
|
|
|
|
homepage = 'http://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 = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
sources = ['apache-maven-%(version)s-bin.tar.gz']
|
|
source_urls = ['http://apache.org/dist/maven/maven-%(version_major)s/%(version)s/binaries/']
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/mvn"],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|