diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5e52613..a612976 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -10,7 +10,7 @@ name: Build and Publish
on:
push:
- branches: [ "develop", "main" ]
+ branches: [ "develop", "main", "patch/*", "rc/*" ]
pull_request:
branches: [ "develop" ]
diff --git a/pom.xml b/pom.xml
index a70c3a1..927b5e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,7 @@
compile
testCompile
+ doc-jar
@@ -115,6 +116,19 @@
${java.version}
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ attach-sources
+ verify
+
+ jar-no-fork
+
+
+
+
org.scalatest
scalatest-maven-plugin
@@ -146,7 +160,7 @@
org.sonatype.plugins
nexus-staging-maven-plugin
- 1.6.7
+ 1.6.13
true
ossrh