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
+
+
+
+