I would like to know if it is possible to use any other properties besides the one connected in the dependencies.yml configuration file.
For example, if I have a DEV_HOME environment variable, I would like to declare the repository location as follows:
repositories: - local dev: type: local artifact: ${env.DEV_HOME}/repository/[module] contains: mycompany -> *
That way, I would avoid the pain of installing and maintaining a Nexus proxy and just exchange repositories through an environment variable.
thanks
source share