diff --git a/gerrit-antlr/pom.xml b/gerrit-antlr/pom.xml index 4b9e3ad009..8ee4786af3 100644 --- a/gerrit-antlr/pom.xml +++ b/gerrit-antlr/pom.xml @@ -52,6 +52,18 @@ limitations under the License. + + + org.apache.maven.plugins + maven-source-plugin + + + + jar + + + + diff --git a/gerrit-httpd/pom.xml b/gerrit-httpd/pom.xml index 5154515276..ccc9441ce2 100644 --- a/gerrit-httpd/pom.xml +++ b/gerrit-httpd/pom.xml @@ -93,4 +93,20 @@ limitations under the License. ${project.version} + + + + + org.apache.maven.plugins + maven-source-plugin + + + + jar + + + + + + diff --git a/gerrit-server/pom.xml b/gerrit-server/pom.xml index 3302e36e26..1c766f68f6 100644 --- a/gerrit-server/pom.xml +++ b/gerrit-server/pom.xml @@ -215,6 +215,18 @@ limitations under the License. + + + org.apache.maven.plugins + maven-source-plugin + + + + jar + + + +