Skip to content

Commit

Permalink
Add required LoC resources to repository
Browse files Browse the repository at this point in the history
(cherry picked from commit cc164ea)
  • Loading branch information
solth authored and oliver-stoehr committed Jan 24, 2023
1 parent 053446c commit 8aea1ad
Show file tree
Hide file tree
Showing 6 changed files with 7,540 additions and 30 deletions.
22 changes: 1 addition & 21 deletions Kitodo-DataFormat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,7 @@
</filesets>
</configuration>
</plugin>
<plugin>
<!--Download xsd for mets-->
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.3.0</version>
<executions>
<execution>
<id>mets</id>
<phase>generate-sources</phase>
<goals>
<goal>wget</goal>
</goals>
<configuration>
<url>https://www.loc.gov/standards/mets/version111/mets.xsd</url>
<outputFileName>mets.xsd</outputFileName>
<outputDirectory>${project.build.directory}/downloaded-sources/xsd</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<!--copy kitodo xsd to target folder-->
<!--copy XML schema definitions to target folder-->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-plugin.version}</version>
Expand Down
Loading

0 comments on commit 8aea1ad

Please sign in to comment.