diff --git a/hoptimator-catalog/build.gradle b/hoptimator-catalog/build.gradle index 8fa61fe..9263cbd 100644 --- a/hoptimator-catalog/build.gradle +++ b/hoptimator-catalog/build.gradle @@ -37,6 +37,22 @@ publishing { artifactId = 'hoptimator-catalog' version = System.getenv('VERSION') from components.java + pom { + name = 'LinkedIn Hoptimator' + description = 'Multi-hop declarative data pipelines' + url = 'https://github.com/linkedin/Hoptimator' + licenses { + license { + name = 'BSD 2-Clause' + url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE' + } + } + scm { + connection = 'scm:git:git://github.com:linkedin/Hoptimator.git' + developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git' + url = 'https://github.com/linkedin/Hoptimator' + } + } } } } diff --git a/hoptimator-cli/build.gradle b/hoptimator-cli/build.gradle index 9d9e015..b31cba5 100644 --- a/hoptimator-cli/build.gradle +++ b/hoptimator-cli/build.gradle @@ -59,6 +59,23 @@ publishing { artifactId = 'hoptimator-cli' version = System.getenv('VERSION') from components.java + pom { + name = 'LinkedIn Hoptimator' + description = 'Multi-hop declarative data pipelines' + url = 'https://github.com/linkedin/Hoptimator' + licenses { + license { + name = 'BSD 2-Clause' + url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE' + } + } + scm { + connection = 'scm:git:git://github.com:linkedin/Hoptimator.git' + developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git' + url = 'https://github.com/linkedin/Hoptimator' + } + } + } } } diff --git a/hoptimator-flink-adapter/build.gradle b/hoptimator-flink-adapter/build.gradle index 86d0dc8..19ea302 100644 --- a/hoptimator-flink-adapter/build.gradle +++ b/hoptimator-flink-adapter/build.gradle @@ -40,6 +40,23 @@ publishing { artifactId = 'hoptimator-flink-adapter' version = System.getenv('VERSION') from components.java + pom { + name = 'LinkedIn Hoptimator' + description = 'Multi-hop declarative data pipelines' + url = 'https://github.com/linkedin/Hoptimator' + licenses { + license { + name = 'BSD 2-Clause' + url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE' + } + } + scm { + connection = 'scm:git:git://github.com:linkedin/Hoptimator.git' + developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git' + url = 'https://github.com/linkedin/Hoptimator' + } + } + } } } diff --git a/hoptimator-kafka-adapter/build.gradle b/hoptimator-kafka-adapter/build.gradle index 5b5ac17..70b947f 100644 --- a/hoptimator-kafka-adapter/build.gradle +++ b/hoptimator-kafka-adapter/build.gradle @@ -42,6 +42,23 @@ publishing { artifactId = 'hoptimator-kafka-adapter' version = System.getenv('VERSION') from components.java + pom { + name = 'LinkedIn Hoptimator' + description = 'Multi-hop declarative data pipelines' + url = 'https://github.com/linkedin/Hoptimator' + licenses { + license { + name = 'BSD 2-Clause' + url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE' + } + } + scm { + connection = 'scm:git:git://github.com:linkedin/Hoptimator.git' + developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git' + url = 'https://github.com/linkedin/Hoptimator' + } + } + } } } diff --git a/hoptimator-models/build.gradle b/hoptimator-models/build.gradle index 2739101..5ec5abd 100644 --- a/hoptimator-models/build.gradle +++ b/hoptimator-models/build.gradle @@ -33,6 +33,23 @@ publishing { artifactId = 'hoptimator-models' version = System.getenv('VERSION') from components.java + pom { + name = 'LinkedIn Hoptimator' + description = 'Multi-hop declarative data pipelines' + url = 'https://github.com/linkedin/Hoptimator' + licenses { + license { + name = 'BSD 2-Clause' + url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE' + } + } + scm { + connection = 'scm:git:git://github.com:linkedin/Hoptimator.git' + developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git' + url = 'https://github.com/linkedin/Hoptimator' + } + } + } } } diff --git a/hoptimator-mysql-adapter/build.gradle b/hoptimator-mysql-adapter/build.gradle index 0d5d308..eaaad7c 100644 --- a/hoptimator-mysql-adapter/build.gradle +++ b/hoptimator-mysql-adapter/build.gradle @@ -42,6 +42,22 @@ publishing { artifactId = 'hoptimator-mysql-adapter' version = System.getenv('VERSION') from components.java + pom { + name = 'LinkedIn Hoptimator' + description = 'Multi-hop declarative data pipelines' + url = 'https://github.com/linkedin/Hoptimator' + licenses { + license { + name = 'BSD 2-Clause' + url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE' + } + } + scm { + connection = 'scm:git:git://github.com:linkedin/Hoptimator.git' + developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git' + url = 'https://github.com/linkedin/Hoptimator' + } + } } } } diff --git a/hoptimator-operator/build.gradle b/hoptimator-operator/build.gradle index cafe0b5..3767b77 100644 --- a/hoptimator-operator/build.gradle +++ b/hoptimator-operator/build.gradle @@ -60,6 +60,22 @@ publishing { artifactId = 'hoptimator-operator' version = System.getenv('VERSION') from components.java + pom { + name = 'LinkedIn Hoptimator' + description = 'Multi-hop declarative data pipelines' + url = 'https://github.com/linkedin/Hoptimator' + licenses { + license { + name = 'BSD 2-Clause' + url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE' + } + } + scm { + connection = 'scm:git:git://github.com:linkedin/Hoptimator.git' + developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git' + url = 'https://github.com/linkedin/Hoptimator' + } + } } } } diff --git a/hoptimator-planner/build.gradle b/hoptimator-planner/build.gradle index c7d4f78..5cd53d1 100644 --- a/hoptimator-planner/build.gradle +++ b/hoptimator-planner/build.gradle @@ -36,6 +36,23 @@ publishing { artifactId = 'hoptimator-planner' version = System.getenv('VERSION') from components.java + pom { + name = 'LinkedIn Hoptimator' + description = 'Multi-hop declarative data pipelines' + url = 'https://github.com/linkedin/Hoptimator' + licenses { + license { + name = 'BSD 2-Clause' + url = 'https://raw.githubusercontent.com/linkedin/Hoptimator/main/LICENSE' + } + } + scm { + connection = 'scm:git:git://github.com:linkedin/Hoptimator.git' + developerConnection = 'scm:git:ssh://github.com:linkedin/Hoptimator.git' + url = 'https://github.com/linkedin/Hoptimator' + } + } + } } }