KT-11261 Implement MavenArchetypesProvider extension point

This commit is contained in:
Sergey Mashkov
2016-03-17 15:30:10 +03:00
parent 14ca0f4aac
commit cb4702c406
4 changed files with 290 additions and 0 deletions
@@ -0,0 +1,122 @@
{
"responseHeader": {
"status": 0,
"QTime": 2,
"params": {
"fl": "id,g,a,v,p,ec,timestamp,tags",
"sort": "score desc,timestamp desc,g asc,a asc,v desc",
"indent": "off",
"q": "g:\"org.jetbrains.kotlin\" AND p:\"maven-archetype\"",
"core": "gav",
"wt": "json",
"rows": "200",
"version": "2.2"
}
},
"response": {
"numFound": 3,
"start": 0,
"docs": [
{
"id": "org.jetbrains.kotlin:kotlin-archetype-jvm:1.0.0",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-jvm",
"v": "1.0.0",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
},
{
"id": "org.jetbrains.kotlin:kotlin-archetype-js:1.0.0",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-js",
"v": "1.0.0",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
},
{
"id": "org.jetbrains.kotlin:kotlin-archetype-jvm:1.0.1",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-jvm",
"v": "1.0.1",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
},
{
"id": "org.jetbrains.kotlin:kotlin-archetype-jvm:1.0.1",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-jvm",
"v": "1.0.1-2",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
},
{
"id": "org.jetbrains.kotlin:kotlin-archetype-jvm:1.1.2",
"g": "org.jetbrains.kotlin",
"a": "kotlin-archetype-jvm",
"v": "1.1.2",
"p": "maven-archetype",
"timestamp": 1458127798000,
"tags": [
"using",
"restful",
"creates",
"example",
"webservice"
],
"ec": [
"-sources.jar",
".jar",
".pom"
]
}
]
}
}