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 maven repos with credentials doesn't seems to be supported for fetching the packages. Adding the support will be useful for private repositories like which has credentials set
Error when using repo with password
2024-01-22T21:46:39.200+0530 DEBUG parent POM not found: 2 errors occurred:
* 'parent.relativePath' points at wrong local POM
* com.test:sdk-parent:1.0.34 was not found in local/remote repositories
The text was updated successfully, but these errors were encountered:
Issue: aquasecurity#286
## Description
This change allows packages to be fetched from repository other than https://repo.maven.apache.org/maven2/
- Get username and password from settings file for the corresponding server ID mentioned in the pom file
- Added support for authentication if username and password mentioned while fetching the package
Currently maven repos with credentials doesn't seems to be supported for fetching the packages. Adding the support will be useful for private repositories like which has credentials set
Error when using repo with password
The text was updated successfully, but these errors were encountered: