comparison mx.truffle/suite.py @ 21981:da5e694d2b3c

Using groupId=com.oracle.[suite.name] when deploying the artifacts. Iterating thru all distributions (except ap ones). Using name of the JAR file as artifactId.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Fri, 26 Jun 2015 14:09:56 +0200
parents 1ecffe20e460
children 8a09e8c7725a
comparison
equal deleted inserted replaced
21980:cf1503da2456 21981:da5e694d2b3c
327 "distributions" : { 327 "distributions" : {
328 328
329 # ------------- Distributions ------------- 329 # ------------- Distributions -------------
330 330
331 "TRUFFLE" : { 331 "TRUFFLE" : {
332 "path" : "build/truffle.jar", 332 "path" : "build/truffle-api.jar",
333 "subDir" : "truffle", 333 "subDir" : "truffle",
334 "sourcesPath" : "build/truffle.src.zip", 334 "sourcesPath" : "build/truffle.src.zip",
335 "javaCompliance" : "1.7", 335 "javaCompliance" : "1.7",
336 "dependencies" : [ 336 "dependencies" : [
337 "com.oracle.truffle.api.dsl", 337 "com.oracle.truffle.api.dsl",