Questions tagged [maven-settings]

A file called settings.xml, usually located in .m2 directory and allowing tuning system-wide Maven behavior.

2 questions
2
votes
1 answer

How to specify Maven settings.xml for Kotlin DSL project in TeamCity

So you can have settings.xml for Maven projects in TeamCity, Administration -> Project -> Maven Settings. You can also store project configuration as Kotlin DSL, which is basically a Maven project stored under .teamcity in VCSROOT. It may even use…
alamar
  • 18,729
  • 4
  • 64
  • 97
0
votes
1 answer

Use settings file in azure dev-ops pipeline maven task to resolve dependencies

I need to run a maven task in a Azure dev-ops pipeline using a settings file (used to resolve some dependencies from an internal repository). I can get the file using the "DownloadSecureFile@1" task and then I can copy it to the default working…