make sure hapi fhir base creates sources jar

In order to streamline build of android jar with dependencies all
dependencies should publish a sources jar also.
This commit is contained in:
Thomas Andersen 2015-10-05 21:18:59 +02:00
parent cdf18f00b1
commit 91afb99b7b
1 changed files with 14 additions and 0 deletions

View File

@ -132,6 +132,20 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>