-
Notifications
You must be signed in to change notification settings - Fork 48
/
hibernate-validator-9.0.0.Beta2.buildspec
32 lines (26 loc) · 1.23 KB
/
hibernate-validator-9.0.0.Beta2.buildspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Central Repository coordinates for the Reference release (for multi-module, pick an arbitrary module)
groupId=org.hibernate.validator
artifactId=hibernate-validator
version=9.0.0.Beta2
display=${groupId}:${artifactId}
# Source code
gitRepo=https://github.com/hibernate/hibernate-validator.git
gitTag=${version}
# Rebuild environment prerequisites
tool=mvn-3.9.6
jdk=17
newline=lf
# Build requires access to the Jakarta EE staging repository.
# This repository has the latest builds of Jakarta Validation TCK that may not necessarily be published to Central yet
# but Hibernate Validator would usually run tests against this staged version of the TCK
# to make sure everything is fine with the TCK.
#
# The `reproducibility-check` has all the required properties set to skip tests,
# gpg signing and other things like code formatting checks etc.
#
# Rebuild command:
command="mvn clean verify -Preproducibility-check -Pjakarta-ee-staging"
# Location of the buildinfo file generated during rebuild (by artifact:compare for Maven) to record output fingerprints
buildinfo=target/hibernate-validator-parent-${version}.buildinfo
# Link to the Hibernate Validator issue tracker if any issues had to be reported:
# issue=https://hibernate.atlassian.net/browse/HV