-2

I want to build and run UAA in my local using maven not gradlew. Can anyone please help me with the repository location for UAA using Maven.

Gradle repo : https://github.com/cloudfoundry/uaa

PKumar
  • 516
  • 9
  • 20

1 Answers1

1

There is no such source repository as the developers of the UAA decided to use Gradle to build their project.

Andy Wilkinson
  • 108,729
  • 24
  • 257
  • 242
  • Thanks @andy-wilkinson ... But they have mentioned like to run using mvn install !! – PKumar Aug 12 '16 at 06:05
  • Whatever's saying that is wrong or at least out of date. FWIW, there's no mention of `mvn` in the README. – Andy Wilkinson Aug 12 '16 at 06:54
  • Unfortunately links are giving wrong information. But saying question is wrong, I can't accept !!! hope every one reviewed references in https://github.com/cloudfoundry/uaa/tree/master/docs/attic – PKumar Aug 12 '16 at 10:01