pantry/projects/maven.apache.org/package.yml
Andrew bbcb3c796d
maven.apache.org (#2702)
* maven.apache.org

* rename to xyz.tea

* use strip-components

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-07-30 18:33:38 -04:00

24 lines
499 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
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=./