Open Maryam81609 opened 5 years ago
Hopefully this is a temporary problem. The intent is that the AGREE and Resolute plugins will migrate to separate repositories and separate CI/CD builds. However, a prerequisite for this is having a location to host the update site for these plugins. Approval and funding for that has apparently been caught up in some delay.
Thanks for the response! Do you have any idea how long it will take to be solved?
This seems like it might be an error with the documentation.
Instead of following the README which just says to run mvn clean verify
from within tools/
, I instead used the following steps which I found in .tarvis.yml
. These steps perform an individual build in both agree/
and resolute/
folders before I could complete the tools
build:
- pushd tools/agree
- mvn clean verify
- popd
- pushd tools/resolute
- mvn clean verify
- popd
The URI error might just be because the repository
directory does not exist under agree and resolute until you've performed the individual builds.
** I will also note that I had to change repository locations for the py4j packages to not use https but instead just http in order to get the builds to complete. However, that is unrelated to this issue.
Hi,
Running
mvn clean verify
I get the following error:Thanks, Maryam