You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the TCK downloads are hard-coded in the pom. We should update this to allow for the URL and/or the versions to be overridden. It likely needs to have some kind of base combined properties which form a URL property to allow the full property to be overridden. The trick will be getting the unzip to work. However, this is likely possible.
Another option might be to simply create a bash script to download and install the TCK's and remove the tck-setup module.
Yet another option might be to download only the jakarta-core-profile-tck*.zip and use the artifacts/pom.xml from the download to install the other TCK's. This actually might be the preferred approach in that we can ensure we're using the correct TCK versions.
The text was updated successfully, but these errors were encountered:
Currently the TCK downloads are hard-coded in the pom. We should update this to allow for the URL and/or the versions to be overridden. It likely needs to have some kind of base combined properties which form a URL property to allow the full property to be overridden. The trick will be getting the
unzip
to work. However, this is likely possible.Another option might be to simply create a bash script to download and install the TCK's and remove the tck-setup module.
Yet another option might be to download only the jakarta-core-profile-tck*.zip and use the
artifacts/pom.xml
from the download to install the other TCK's. This actually might be the preferred approach in that we can ensure we're using the correct TCK versions.The text was updated successfully, but these errors were encountered: