Skip to content

Commit

Permalink
Add core-resource-app (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markionium authored and larshelge committed Sep 2, 2016
1 parent 2f92da9 commit 95a4a5d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dhis-2/dhis-web/dhis-web-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
</goals>
<configuration>
<artifactItems>
<!-- Core Resource -->
<artifactItem>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-app-core-resource</artifactId>
<version>${apps.version}</version>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/${project.artifactId}/dhis-web-core-resource</outputDirectory>
<includes>**/*.*</includes>
</artifactItem>
<!-- Settings -->
<artifactItem>
<groupId>org.hisp.dhis</groupId>
Expand Down

0 comments on commit 95a4a5d

Please sign in to comment.