When using Apache Maven > 3.6.3, the http urls repositories are forbidden, only https are allowed:
[WARNING] fr.paris.lutece:lutece-core/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata fr.paris.lutece:lutece-core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [lutece (http://dev.lutece.paris.fr/maven_repository, default, releases+snapshots), luteceSnapshot (http://dev.lutece.paris.fr/snapshot_repository, default, releases+snapshots)]
It would be nice to not use http repositories for dependencies to be able to upgrade Apache Maven version without having to authorized http repositories in the configuration.
When using Apache Maven > 3.6.3, the http urls repositories are forbidden, only https are allowed:
[WARNING] fr.paris.lutece:lutece-core/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata fr.paris.lutece:lutece-core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [lutece (http://dev.lutece.paris.fr/maven_repository, default, releases+snapshots), luteceSnapshot (http://dev.lutece.paris.fr/snapshot_repository, default, releases+snapshots)]It would be nice to not use http repositories for dependencies to be able to upgrade Apache Maven version without having to authorized http repositories in the configuration.