diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml index 2a24b39..056ddc1 100644 --- a/fizz-common/pom.xml +++ b/fizz-common/pom.xml @@ -116,6 +116,10 @@ + + org.apache.maven.plugins + maven-source-plugin + maven-shade-plugin 3.2.4 diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index d176dca..39980eb 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -345,4 +345,13 @@ + + + + + org.apache.maven.plugins + maven-source-plugin + + + \ No newline at end of file diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml index 5a5adc9..5f72f15 100644 --- a/fizz-plugin/pom.xml +++ b/fizz-plugin/pom.xml @@ -260,4 +260,12 @@ + + + + org.apache.maven.plugins + maven-source-plugin + + + \ No newline at end of file diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml index c5fd729..3b9ef5c 100644 --- a/fizz-spring-boot-starter/pom.xml +++ b/fizz-spring-boot-starter/pom.xml @@ -262,4 +262,12 @@ + + + + org.apache.maven.plugins + maven-source-plugin + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index adcc7d0..b52edda 100644 --- a/pom.xml +++ b/pom.xml @@ -462,6 +462,29 @@ + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + true + + + + compile + + jar + + + + + + + +