Just POM updates

This commit is contained in:
James Agnew 2015-06-23 14:35:32 -04:00
parent fed9f4d61e
commit 037eb15555
2 changed files with 1 additions and 10 deletions

View File

@ -65,16 +65,6 @@
<skip>true</skip> <skip>true</skip>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<!-- put the default-jar in the none phase to skip it from being created -->
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</build> </build>

View File

@ -905,6 +905,7 @@
<module>hapi-fhir-jpaserver-uhnfhirtest</module> <module>hapi-fhir-jpaserver-uhnfhirtest</module>
<module>hapi-fhir-android</module> <module>hapi-fhir-android</module>
<module>hapi-fhir-dist</module> <module>hapi-fhir-dist</module>
<module>examples</module>
</modules> </modules>
</profile> </profile>
<profile> <profile>