Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there out-of-the box support to configure userSettingsFileName from command line? #14

Open
sslavic opened this issue Mar 31, 2017 · 0 comments

Comments

@sslavic
Copy link

sslavic commented Mar 31, 2017

At the moment I have

mavenSettings {
  userSettingsFileName = project.properties['userSettingsFileName'] ?: System.getProperty("user.home") + "/.m2/settings.xml"
}

in my build.gradle to make it possible to pass -PuserSettingsFileName=settings.xml from command line to the build. Is there better out-of-the-box way to achieve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant