Skip to content

Commit fb35e97

Browse files
committed
Correct Gradle plugin dependency groupId in spark-test-bom/pom.xml to match Gradle convention.
1 parent b2cb855 commit fb35e97

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

spark-test-bom/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@
3434
<version>${bigdata-test.version}</version>
3535
</dependency>
3636

37+
<!-- Gradle plugin marker artifact: by Gradle convention its groupId is the plugin id
38+
itself (org.openprojectx.bigdata-test, with a hyphen), NOT the .core groupId. It is
39+
published at org/openprojectx/bigdata-test/org.openprojectx.bigdata-test.gradle.plugin/. -->
3740
<dependency>
38-
<groupId>org.openprojectx.bigdata.test.core</groupId>
41+
<groupId>org.openprojectx.bigdata-test</groupId>
3942
<artifactId>org.openprojectx.bigdata-test.gradle.plugin</artifactId>
4043
<version>${bigdata-test.version}</version>
4144
</dependency>

0 commit comments

Comments
 (0)