Merge "Fix gerrit-extension-api-X.Y-all-sources.jar" into stable-2.6

This commit is contained in:
Edwin Kempin 2013-10-05 07:29:40 +00:00 committed by Gerrit Code Review
commit ef48818083

View File

@ -51,6 +51,19 @@ limitations under the License.
<build>
<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>