mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
81decab179
github has more tags than releases
24 lines
504 B
YAML
24 lines
504 B
YAML
distributable:
|
|
url: https://archive.apache.org/dist/maven/maven-{{version.major}}/{{version}}/binaries/apache-maven-{{version}}-bin.tar.gz
|
|
strip-components: 1
|
|
versions:
|
|
github: apache/maven/tags
|
|
strip: /^maven-/
|
|
warnings:
|
|
- vendored
|
|
dependencies:
|
|
openjdk.org: '*'
|
|
build:
|
|
script:
|
|
- rm bin/*.cmd
|
|
- mkdir -p {{prefix}}
|
|
- mv ./* {{prefix}}/
|
|
provides:
|
|
- bin/mvn
|
|
- bin/mvnDebug
|
|
- bin/mvnyjp
|
|
test:
|
|
script:
|
|
- mvn -version | grep {{version}}
|
|
- mvn compile -Duser.home=./
|