jeap-opensearch-index-type
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ch.admin.bit.jeap</groupId>
<artifactId>jeap-opensearch-index-type</artifactId>
<version>1.36.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>
<url>https://github.com/jeap-admin-ch/jeap-opensearch-index-type/tree/main</url>
<scm>
<url>https://github.com/jeap-admin-ch/jeap-opensearch-index-type.git</url>
<connection>scm:git:git://github.com/jeap-admin-ch/jeap-opensearch-index-type.git</connection>
<developerConnection>scm:git:ssh://github.com:jeap-admin-ch/jeap-opensearch-index-type.git</developerConnection>
</scm>
<developers>
<developer>
<name>BIT</name>
<email>jeap-community@bit.admin.ch</email>
<organization>Federal Office of Information Technology, Systems and Telecommunication FOITT</organization>
<organizationUrl>https://www.bit.admin.ch/</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<parent>
<groupId>ch.admin.bit.jeap</groupId>
<artifactId>jeap-internal-spring-boot-parent</artifactId>
<version>9.5.0</version>
</parent>
<artifactId>jeap-opensearch-index-type</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<version>1.36.0</version>
<properties>
<maven.javadoc.skip>false</maven.javadoc.skip>
</properties>
<dependencies>
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- TEST -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Bundle-License>https://www.apache.org/licenses/LICENSE-2.0</Bundle-License>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.honton.chas</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<executions>
<execution>
<id>add-third-party</id>
<configuration>
<outputDirectory>${project.basedir}</outputDirectory>
<thirdPartyFilename>THIRD-PARTY-LICENSES.md</thirdPartyFilename>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>