Skip to content

Commit

Permalink
register schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Oct 31, 2024
1 parent f3997b1 commit 00564c5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
<module>core-geonetwork</module>
<module>web</module>
<module>release</module>
<module>iso19139.che</module>
</modules>

</project>
25 changes: 25 additions & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,31 @@
</configuration>
</plugin>

<plugin>
<groupId>org.geonetwork-opensource.schemas</groupId>
<artifactId>gn-schema-iso19139.che</artifactId>
<executions>
<execution>
<id>copy-schemas</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<includeEmptyDirs>true</includeEmptyDirs>
<overwrite>true</overwrite>
<outputDirectory>${build.webapp.resources}</outputDirectory>
<resources>
<resource>
<directory>${project.basedir}/../iso19139.che/src/main/plugin</directory>
<targetPath>WEB-INF/data/config/schema_plugins</targetPath>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
Expand Down

0 comments on commit 00564c5

Please sign in to comment.