Skip to content

Commit 4982ba3

Browse files
committed
[GR-52171] Duplicate the python meta-pom into the org.graalvm.python group.
PullRequest: graalpython/3203
2 parents 717443d + 8e438f1 commit 4982ba3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

mx.graalpython/suite.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,30 @@
11171117
],
11181118
},
11191119

1120+
# We generate the POM project twice with different group ids,
1121+
# because we found some users look into the org.graalvm.python
1122+
# maven group directly and pick python-language directly as
1123+
# dependency, which then spells trouble.
1124+
"PYTHON_COMMUNITY_2": {
1125+
"type": "pom",
1126+
"runtimeDependencies": [
1127+
"GRAALPYTHON",
1128+
"GRAALPYTHON_RESOURCES",
1129+
"truffle:TRUFFLE_RUNTIME",
1130+
],
1131+
"description": "GraalPython engine.",
1132+
"maven": {
1133+
"groupId": "org.graalvm.python",
1134+
"artifactId": "python-community",
1135+
"tag": ["default", "public"],
1136+
},
1137+
"license": [
1138+
"UPL",
1139+
"MIT",
1140+
"PSF-License",
1141+
],
1142+
},
1143+
11201144
"GRAALPYTHON_PROCESSOR": {
11211145
"dependencies": [
11221146
"com.oracle.graal.python.processor",

0 commit comments

Comments
 (0)