diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..79887f30 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,8 @@ +sproutMultiModuleBuild { + moduleToBuild = 'hbase-connectors' + tribes = ['analytics'] + squads = ['listening'] + slackChannel = '#eng-listening-platform' + runECRLogin = 'true' + mavenProperties = '-Dspark.version=3.1.1 -Dscala.version=2.12.10 -Dscala.binary.version=2.12 -Dhbase.version=2.2.6 -Dhadoop.profile=3.0 -Dhadoop-three.version=3.2.1 -DskipTests' +} diff --git a/pom.xml b/pom.xml index 034bff2a..b4cbe8b7 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,20 @@ scm:git:https://gitbox.apache.org/repos/asf/hbase-connectors.git https://gitbox.apache.org/repos/asf?p=hbase-connectors.git;a=summary + + + + releases + Internal releases + https://nexus.int.sproutsocial.com/nexus/content/repositories/releases/ + + + snapshots + Internal snapshots + https://nexus.int.sproutsocial.com/nexus/content/repositories/snapshots/ + + + JIRA diff --git a/spark/hbase-spark/pom.xml b/spark/hbase-spark/pom.xml index 26c5c70f..09f8f650 100644 --- a/spark/hbase-spark/pom.xml +++ b/spark/hbase-spark/pom.xml @@ -256,6 +256,18 @@ + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + +