ec-jrc / re3gistry

Re3gistry is a reusable open source solution for managing and sharing ‘reference codes’, ensuring semantic interoperability across organisations.
European Union Public License 1.2
29 stars 21 forks source link

Issue with ecas-tomcat-8.0-4.15.0.jar while building #20

Closed yke closed 4 years ago

yke commented 4 years ago

After you solved https://github.com/ec-jrc/re3gistry/issues/19 I did a GIT pull and saw the POM was updated. The issue 19 is now gone.

However when I do a "clean and build" (from Maven in NB 11) i get an error concerning ecas.

Failed to execute goal on project Re3gistry2Base: Could not resolve dependencies for project eu.europa.ec:Re3gistry2Base:jar:1.0: Failure to find eu.europa.ec.digit.iam.ecas.client:ecas-tomcat-8.0:jar:4.15.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

In version1 (march 2020) ecas-tomcat-8.0-3.6.3.jar was created during installation. Now it is not being created and I cannot find it anywhere. I could try to use the old version but I prefer a correct solution.

Do you have any idea ?

df-git commented 4 years ago

Thank you for your feedback. The ecas-tomcat jar needs to be included as a file because the repository is not publicly accessible. We are working to fix this problem.

df-git commented 4 years ago

Dear @yke, We fixed the issue adding the library as local jar. You need to execute maven "initialize" to initialize your local repository.