summaryrefslogtreecommitdiffstats
path: root/gerrit-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-common/pom.xml')
-rw-r--r--gerrit-common/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/gerrit-common/pom.xml b/gerrit-common/pom.xml
index e878b80e67..e7933eaa89 100644
--- a/gerrit-common/pom.xml
+++ b/gerrit-common/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.4-SNAPSHOT</version>
</parent>
<artifactId>gerrit-common</artifactId>
@@ -90,6 +90,17 @@ limitations under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>