Skip to content
Snippets Groups Projects
pom.xml 4.81 KiB
Newer Older
  • Learn to ignore specific revisions
  • mbrodhu's avatar
    mbrodhu committed
    <?xml version="1.0" encoding="UTF-8"?>
    
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    	<modelVersion>4.0.0</modelVersion>
    	<groupId>info.textgrid.middleware</groupId>
    	<artifactId>oaipmh</artifactId>
    
    	<version>4.3.0-SNAPSHOT</version>
    
    	<packaging>pom</packaging>
    	<name>DARIAHDE :: OAI-PMH DataProvider</name>
    	<properties>
    		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    
    		<jdk.version>1.8</jdk.version>
    		<antlr-maven-plugin.version>3.2</antlr-maven-plugin.version>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
        <antlr-runtime.version>3.2</antlr-runtime.version>
    
    		<common.version>4.4.0</common.version>
    		<cxf.version>3.3.13</cxf.version>
    		<cyclonedx-maven-plugin.version>2.7.0</cyclonedx-maven-plugin.version>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
        <elasticsearch.version>6.5.4</elasticsearch.version>
        <jaxb2-namespace-prefix.version>1.3</jaxb2-namespace-prefix.version>
        <jetty-maven-plugin.version>9.4.12.v20180830</jetty-maven-plugin.version>
    		<junit.version>4.13.1</junit.version>
        <json.version>20190722</json.version>
    
    		<log4j.version>2.17.1</log4j.version>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
        <maven-antrun-plugin.version>1.3</maven-antrun-plugin.version>
        <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
        <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
        <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
        <maven-jaxb2-plugin.version>0.14.0</maven-jaxb2-plugin.version>
    
        <mets-mods-mapping.version>1.1.40</mets-mods-mapping.version>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
        <package-info-maven-plugin.version>1.4.5</package-info-maven-plugin.version>
        <properties-maven-plugin.version>1.0-alpha-2</properties-maven-plugin.version>
        <rdf4j-repository-api.version>3.0.2</rdf4j-repository-api.version>
    
    		<spring.version>5.3.18</spring.version>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
        <xstream.version>1.4.18</xstream.version>
    
    	<url>https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services</url>
    
    		<connection>scm:git@gitlab.gwdg.de:dariah-de/dariah-de-oai-pmh-services.git</connection>
    		<developerConnection>scm:git@gitlab.gwdg.de:dariah-de/dariah-de-oai-pmh-services.git</developerConnection>
    		<url>https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/-/issues</url>
    
    		<system>GWDG Project Management Service</system>
    		<url>https://projects.gwdg.de/projects/tg/work_packages</url>
    
    	</issueManagement>
    	<licenses>
    		<license>
    			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
    			<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
    			<distribution>repo</distribution>
    		</license>
    	</licenses>
    	<organization>
    		<name>SUB Göttingen</name>
    
    		<url>https://sub.uni-goettingen.de</url>
    
    	</organization>
    	<build>
    		<defaultGoal>package</defaultGoal>
    		<plugins>
    			<plugin>
    				<groupId>org.apache.maven.plugins</groupId>
    				<artifactId>maven-compiler-plugin</artifactId>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
    				<version>${maven-compiler-plugin.version}</version>
    
    				<configuration>
    					<source>${jdk.version}</source>
    					<target>${jdk.version}</target>
    					<fork>true</fork>
    					<showDeprecation>true</showDeprecation>
    					<showWarnings>true</showWarnings>
    					<encoding>UTF-8</encoding>
    				</configuration>
    			</plugin>
    			<plugin>
    				<groupId>org.apache.maven.plugins</groupId>
    				<artifactId>maven-eclipse-plugin</artifactId>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
    				<version>${maven-eclipse-plugin.version}</version>
    
    				<configuration>
    					<downloadSources>true</downloadSources>
    					<downloadJavadocs>true</downloadJavadocs>
    				</configuration>
    			</plugin>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
                <plugin>
    				<groupId>org.apache.maven.plugins</groupId>
    				<artifactId>maven-deploy-plugin</artifactId>
    				<version>${maven-deploy-plugin.version}</version>
    			</plugin>
    
    			<plugin>
    				<groupId>org.cyclonedx</groupId>
    				<artifactId>cyclonedx-maven-plugin</artifactId>
    				<version>${cyclonedx-maven-plugin.version}</version>
    				<executions>
    					<execution>
    						<phase>package</phase>
    						<goals>
    							<goal>makeAggregateBom</goal>
    						</goals>
    					</execution>
    				</executions>
    				<configuration>
    					<outputFormat>JSON</outputFormat>
    				</configuration>
    			</plugin>
    
    		</plugins>
    	</build>
    	<modules>
    		<module>oaipmh-core</module>
    		<module>oaipmh-webapp</module>
    	</modules>
    	<repositories>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
            <repository>
    			<id>maven-dariah-public</id>
    			<name>GWDG Nexus DARIAH-DE Repository</name>
    			<url>https://nexus.gwdg.de/repository/maven-dariah-public/</url>
    
    		</repository>
    	</repositories>
    	<distributionManagement>
    		<snapshotRepository>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
    			<id>maven-dariah-public</id>
    			<name>GWDG Nexus DARIAH-DE Repository</name>
    			<url>https://nexus.gwdg.de/repository/maven-dariah-public/</url>
    
    Stefan E. Funk's avatar
    Stefan E. Funk committed
    			<id>maven-dariah-public</id>
    			<name>GWDG Nexus DARIAH-DE Repository</name>
    			<url>https://nexus.gwdg.de/repository/maven-dariah-public/</url>
    
    		</repository>
    	</distributionManagement>
    
    mbrodhu's avatar
    mbrodhu committed
    </project>