'Generate Settings is disabled during set me up maven repository in Artifact Repository Browser
Solution 1:[1]
Ariel's answer above alludes to the solution.
The 'Set Me Up' window only allows virtual repositories.
If you have a repository called libs-release-local, create a virtual repository called libs-release that includes libs-release-local. Do the same for libs-release-snapshot and you should be good to go.
Solution 2:[2]
Something in your Maven repository setup is probably wrong. I had to delete ALL my maven repositories and re-run the "Quick Set Up" Maven repository creation tool. Once I did this, the "Generate" button was available.
I would export any existing artifacts/repositories before you do this though. Unfortunately you need to remove ALL Maven repositories before you can re-run the wizard.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | greggers |
| Solution 2 | Brian Austin |

