Skip to content

Commit

Permalink
include schema plugin resources in jar
Browse files Browse the repository at this point in the history
Also provied name/description for pom.xml

Signed-off-by: Jody Garnett <[email protected]>
  • Loading branch information
jodygarnett committed Jun 16, 2020
1 parent fbd32b5 commit 5c0f19f
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 5c0f19f

Please sign in to comment.