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 320e585207
commit b1cfe94c92
1 changed files with 9 additions and 0 deletions

View File

@ -142,6 +142,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>