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
Atos UC Supersede IF module needs to be build with Maven by accessing some repositories whose access is restricted by credentials. As these credentials cannot be included in the pom.xml they are encoded in a settings.xml that is passed to Maven using its -s flag.
The point is that this configuration (-s settings.xml) is not passed to the forked Maven executions requested by DSpot, and hence failing as the dependencies are not resolved), so I wonder it could be possible to improve DSpot parameterization to incorporate another DSpot flag to pass additional Maven configuration that should be passed to any internal (to DSpot) Maven invocation.
Hi @danglotb
I've been able to fix this issue in our Jenkins CI by setting correctly the default settings.xml. Nonetheless, if you don't mind, I prefer to keep it open, with low priority, in case you eventually have time to implemented, because I think this feature is important to pass parameters to Maven if needed when DSpot is executing the forked Maven executions. Thanks a lot.
Characteristics
Description
Atos UC Supersede IF module needs to be build with Maven by accessing some repositories whose access is restricted by credentials. As these credentials cannot be included in the pom.xml they are encoded in a settings.xml that is passed to Maven using its -s flag.
The point is that this configuration (-s settings.xml) is not passed to the forked Maven executions requested by DSpot, and hence failing as the dependencies are not resolved), so I wonder it could be possible to improve DSpot parameterization to incorporate another DSpot flag to pass additional Maven configuration that should be passed to any internal (to DSpot) Maven invocation.
Steps to reproduce
Properties file
Command Line / Options
Other files and URLs
Relationships
Help on issue template
Preview to follow the link or open file .github/ISSUE_DOC.md
The text was updated successfully, but these errors were encountered: