Skip to content

Commit

Permalink
Merge pull request #7 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 fbd32b5 + 5c0f19f commit a27b451
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 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.nl.services.2.0.0</artifactId>
<name>ISO19139 dutch service schema plugin</name>
<name>ISO 19139 Dutch Service Profile 2.0.0</name>
<description>
GeoNetwork schema plugin for Dutch profile for services v2
</description>

<dependencies>
<dependency>
Expand All @@ -36,6 +39,14 @@
</dependencies>

<build>

<resources>
<resource>
<directory>src/main/plugin</directory>
<targetPath>plugin</targetPath>
</resource>
</resources>

<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit a27b451

Please sign in to comment.