HBASE-14587 Attach a test-sources.jar for hbase-server (Andrew Wang)

This commit is contained in:
stack 2015-10-12 13:59:56 -07:00
parent 04bdf97311
commit df9ff9f1e9
1 changed files with 9 additions and 0 deletions

View File

@ -141,6 +141,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- General ant tasks, bound to different build phases -->
<plugin>