-1

I tried to create a bintray repository. But no matter what I specify as repository type it always create a generic repository. Is this a bug?

Arun
  • 183
  • 2
  • 9

1 Answers1

0

In the documentations it states that you need to supply the type in the payload, as shown here: "type": "maven".

The possible types are (currently): maven, debian, conan, rpm, docker, npm, opkg, nuget, vagrant and generic (default).

Check that you have at least this minimal payload:

{
  "name": "myMavenRepo",
  "type": "maven",
  "desc": "This repo is my greatest maven repo",
}
Royg
  • 1,665
  • 1
  • 13
  • 20