2016-05-18 09:06:55 +02:00
|
|
|
<!--
|
|
|
|
|
|
2018-05-24 16:10:01 +02:00
|
|
|
Copyright (c) 2018 Bosch Software Innovations GmbH and others.
|
2016-05-18 09:06:55 +02:00
|
|
|
|
|
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
|
which accompanies this distribution, and is available at
|
|
|
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
|
|
|
|
|
|
-->
|
2018-05-24 16:10:01 +02:00
|
|
|
<project
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2016-01-21 13:18:55 +01:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2018-05-24 16:10:01 +02:00
|
|
|
<artifactId>hawkbit-rest-parent</artifactId>
|
2018-06-11 15:57:15 +02:00
|
|
|
<version>0.3.0-SNAPSHOT</version>
|
2016-01-21 13:18:55 +01:00
|
|
|
</parent>
|
2018-05-24 16:10:01 +02:00
|
|
|
<artifactId>hawkbit-rest-docs</artifactId>
|
|
|
|
|
<name>hawkbit :: REST :: Documentation</name>
|
2016-01-21 13:18:55 +01:00
|
|
|
|
2018-05-24 16:10:01 +02:00
|
|
|
<properties>
|
|
|
|
|
<timestamp>${maven.build.timestamp}</timestamp>
|
|
|
|
|
</properties>
|
2016-01-21 13:18:55 +01:00
|
|
|
|
|
|
|
|
<dependencies>
|
2018-05-24 16:10:01 +02:00
|
|
|
<!-- Test -->
|
2016-01-21 13:18:55 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2016-05-31 20:50:22 +02:00
|
|
|
<artifactId>hawkbit-repository-api</artifactId>
|
2016-01-21 13:18:55 +01:00
|
|
|
<version>${project.version}</version>
|
2018-05-24 16:10:01 +02:00
|
|
|
<scope>test</scope>
|
2016-11-03 15:53:53 +01:00
|
|
|
</dependency>
|
2016-04-15 12:37:40 +02:00
|
|
|
<dependency>
|
2016-03-31 13:04:21 +02:00
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2018-05-24 16:10:01 +02:00
|
|
|
<artifactId>hawkbit-repository-jpa</artifactId>
|
2016-01-21 13:18:55 +01:00
|
|
|
<version>${project.version}</version>
|
2018-05-24 16:10:01 +02:00
|
|
|
<scope>test</scope>
|
2016-01-21 13:18:55 +01:00
|
|
|
</dependency>
|
2016-04-21 16:00:08 +02:00
|
|
|
<dependency>
|
2018-05-24 16:10:01 +02:00
|
|
|
<groupId>org.springframework.restdocs</groupId>
|
|
|
|
|
<artifactId>spring-restdocs-mockmvc</artifactId>
|
|
|
|
|
<scope>test</scope>
|
2016-12-13 12:29:21 +01:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2018-05-24 16:10:01 +02:00
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
|
|
<scope>test</scope>
|
2016-12-13 12:29:21 +01:00
|
|
|
</dependency>
|
2016-05-31 08:51:49 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2018-05-24 16:10:01 +02:00
|
|
|
<artifactId>hawkbit-rest-core</artifactId>
|
2016-05-31 08:51:49 +02:00
|
|
|
<version>${project.version}</version>
|
2018-05-24 16:10:01 +02:00
|
|
|
<classifier>tests</classifier>
|
2016-05-31 08:51:49 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2016-05-31 20:50:22 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2018-05-24 16:10:01 +02:00
|
|
|
<artifactId>hawkbit-ddi-resource</artifactId>
|
2016-05-31 20:50:22 +02:00
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2016-04-21 11:29:56 +02:00
|
|
|
<dependency>
|
2016-04-20 17:55:54 +02:00
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2018-05-24 16:10:01 +02:00
|
|
|
<artifactId>hawkbit-mgmt-resource</artifactId>
|
2016-04-20 17:55:54 +02:00
|
|
|
<version>${project.version}</version>
|
2016-04-21 10:02:03 +02:00
|
|
|
<scope>test</scope>
|
2016-04-20 17:55:54 +02:00
|
|
|
</dependency>
|
2016-01-21 13:18:55 +01:00
|
|
|
<dependency>
|
2018-05-24 16:10:01 +02:00
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
|
|
|
|
<artifactId>hawkbit-repository-test</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
2016-01-21 13:18:55 +01:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
|
|
|
|
<artifactId>hawkbit-http-security</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2019-01-31 07:29:27 +01:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-json</artifactId>
|
2016-01-21 13:18:55 +01:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
<artifactId>spring-security-aspects</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2018-10-25 18:18:38 +02:00
|
|
|
<groupId>io.qameta.allure</groupId>
|
2021-02-12 08:22:26 +01:00
|
|
|
<artifactId>allure-junit5</artifactId>
|
2018-10-25 18:18:38 +02:00
|
|
|
<scope>test</scope>
|
2016-01-21 13:18:55 +01:00
|
|
|
</dependency>
|
2016-11-03 15:53:53 +01:00
|
|
|
<dependency>
|
2016-01-21 13:18:55 +01:00
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-context-support</artifactId>
|
|
|
|
|
<scope>test</scope>
|
2016-11-03 15:53:53 +01:00
|
|
|
</dependency>
|
2016-01-21 13:18:55 +01:00
|
|
|
</dependencies>
|
2018-05-24 16:10:01 +02:00
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
|
<artifactId>asciidoctor-maven-plugin</artifactId>
|
2023-01-12 12:53:23 +01:00
|
|
|
<version>1.5.8</version>
|
2018-05-24 16:10:01 +02:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>generate-docs</id>
|
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>process-asciidoc</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<backend>html</backend>
|
|
|
|
|
<doctype>book</doctype>
|
|
|
|
|
<attributes>
|
|
|
|
|
<snippets>${project.build.directory}/generated-snippets</snippets>
|
|
|
|
|
</attributes>
|
|
|
|
|
<outputDirectory>${project.build.directory}/classes/rest-api</outputDirectory>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|