META-INF.maven.fi.metatavu.edelphi.edelphi-api-spec.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of edelphi-api-spec Show documentation
Show all versions of edelphi-api-spec Show documentation
Specifications for eDelphi API
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>fi.metatavu.edelphi</groupId> <artifactId>edelphi-api-spec</artifactId> <packaging>jar</packaging> <name>edelphi-api-spec</name> <version>1.0.36</version> <description>Specifications for eDelphi API</description> <url>https://github.com/Metatavu/edelphi</url> <licenses> <license> <name>GNU Affero General Public License v3</name> <url>http://www.gnu.org/licenses/agpl-3.0.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Metatavu Oy</name> <organization>Metatavu Oy</organization> <organizationUrl>http://www.metatavu.fi</organizationUrl> </developer> </developers> <issueManagement> <system>GitHub</system> <url>https://github.com/Metatavu/edelphi/issues</url> </issueManagement> <scm> <developerConnection>scm:git:[email protected]:Metatavu/edelphi.git</developerConnection> <url>[email protected]:Metatavu/edelphi.git</url> <connection>scm:git:[email protected]:Metatavu/edelphi.git</connection> <tag>1.0.36</tag> </scm> <organization> <name>Metatavu Oy</name> <url>http://www.metatavu.fi</url> </organization> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <junit-version>4.8.1</junit-version> <swagger-core-version>1.5.18</swagger-core-version> <resteasy-version>3.0.11.Final</resteasy-version> </properties> <build> <sourceDirectory>src/main/java</sourceDirectory> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> <useReleaseProfile>false</useReleaseProfile> <tagNameFormat>@{project.version}</tagNameFormat> <autoVersionSubmodules>true</autoVersionSubmodules> <checkModificationExcludes> <checkModificationExclude>jaxrs-spec-generated/pom.xml</checkModificationExclude> <checkModificationExclude>jaxrs-spec-generated/src/**</checkModificationExclude> <checkModificationExclude>jaxrs-spec-generated/pom.xml.before</checkModificationExclude> <checkModificationExclude>jaxrs-spec-generated/.swagger-codegen/**</checkModificationExclude> <checkModificationExclude>rest-spec/jaxrs-spec-generated/pom.xml.before</checkModificationExclude> </checkModificationExcludes> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <version>2.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jackson2-provider</artifactId> <version>${resteasy-version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-jaxrs</artifactId> <version>${swagger-core-version}</version> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <version>${swagger-core-version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.9.4</version> </dependency> <!-- Bean Validation API support --> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>1.1.0.Final</version> <scope>provided</scope> </dependency> </dependencies> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </project>