summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@sap.com>2013-10-05 07:29:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-10-05 07:29:41 +0000
commitef48818083df6659aad02a0898826f3c404ee189 (patch)
tree63bcc8fa8f44a9fe8c43d7bef21d4ed1c9a4e987
parentac3ba6aad5dccfd16c539932e901f95068a4d276 (diff)
parent8e2da45ce4b273d59d2cfb45c3c4ceb3b7d70ae4 (diff)
Merge "Fix gerrit-extension-api-X.Y-all-sources.jar" into stable-2.6
-rw-r--r--gerrit-extension-api/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/gerrit-extension-api/pom.xml b/gerrit-extension-api/pom.xml
index 956db5a621..d641a3be3b 100644
--- a/gerrit-extension-api/pom.xml
+++ b/gerrit-extension-api/pom.xml
@@ -53,6 +53,19 @@ limitations under the License.
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>bundle-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<createSourcesJar>true</createSourcesJar>