From d295efe37bf079525003d3989eebd49b1ea37b83 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 1 Sep 2021 18:05:03 +0200 Subject: [PATCH] Prepare pom for Maven central release --- spring-batch-bigquery/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/spring-batch-bigquery/pom.xml b/spring-batch-bigquery/pom.xml index 01a1d32..1802e59 100644 --- a/spring-batch-bigquery/pom.xml +++ b/spring-batch-bigquery/pom.xml @@ -24,6 +24,9 @@ org.springframework.batch.extensions spring-batch-bigquery 0.1.0-SNAPSHOT + Spring Batch BigQuery + Spring Batch extension for Google BigQuery + https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-bigquery @@ -43,6 +46,8 @@ https://github.com/spring-projects/spring-batch-extensions + git://github.com/spring-projects/spring-batch-extensions.git + git@github.com:spring-projects/spring-batch-extensions.git @@ -117,6 +122,34 @@ maven-surefire-plugin 2.22.2 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + +