Skip to content

Commit

Permalink
Merge pull request #57 from metadata101/include-resources
Browse files Browse the repository at this point in the history
Include plugin folder in jar
  • Loading branch information
josegar74 authored Jun 16, 2020
2 parents ff861c1 + 76e4066 commit c97f949
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>schema-iso19139.ca.HNAP</artifactId>
<name>GeoNetwork schema plugin for HNAP ISO19139/119 standard</name>
<name>Schema Plugin HNAP ISO19139/119</name>
<description>
GeoNetwork schema plugin for HNAP ISO19139/119 standard
</description>

<dependencies>
<dependency>
Expand Down Expand Up @@ -65,6 +68,10 @@
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>src/main/plugin</directory>
<targetPath>plugin</targetPath>
</resource>
</resources>
<testResources>
<testResource>
Expand Down

0 comments on commit c97f949

Please sign in to comment.