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
Method settings() suggest several ways. This is important as some operating systems have different locations to store user's settings.xml. Further to write integration tests a developer may need to use custom settings.xml
eg: System.getProperty("org.apache.maven.user-settings") is one such property we can override.
The text was updated successfully, but these errors were encountered:
@shelan I'm not sure I understand. First, where this "method settings()" is coming from? What class? Second, how settings.xml are related to the class Aether?
Therefore if someone is having settings.xml for maven configuration in a different location there will be problems. Further if someone wants to use a custom settings.xml temporary the settings() methods location hierarchy will be helpful
If someone needs to use a custom settings.xml there is no documentation available on how to do it. According to the code in https://github.com/jcabi/jcabi-aether/blob/master/src/main/java/com/jcabi/aether/Aether.java
Method settings() suggest several ways. This is important as some operating systems have different locations to store user's settings.xml. Further to write integration tests a developer may need to use custom settings.xml
eg: System.getProperty("org.apache.maven.user-settings") is one such property we can override.
The text was updated successfully, but these errors were encountered: