Hi,
Recently I have some issues to download java dependencies through Oracle maven repository.
My settings.xml seems to be correct based on 6 Configuring the Oracle Maven Repository documentation and worked well few days ago.
Now, when some dependencies have to be downloaded for building my Java EE projects I get the following errors
So the POM files downloaded looks like an html response instead of xml pom file...
However, when I manually try to download the pom file specifying https://maven.oracle.com/com/oracle/adf/library/Java-EE/12.2.1-0-0/Java-EE-12.2.1-0-0.pom URL in web browser, the pom file is downloaded after authentication and it looks like a real xml pom file with other dependencies.
Any advises ?
Thank you,