Skip to content

[pax-url-aether] Do not check invalid PID.settings locations #458

@grgrzybek

Description

@grgrzybek

For now it's:

fallbacks.add(m_propertyResolver.get(key));
fallbacks.add(System.getProperty("user.home") + "/.m2/settings.xml");
fallbacks.add(System.getProperty("maven.home") + "/conf/settings.xml");
fallbacks.add(System.getenv("M2_HOME") + "/conf/settings.xml");

But some are obviously not available when given props/env variables are null.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions