Commit ab0ba0f8 by Johannes Edmeier

Set flatten mode to oss for root pom

parent 5078c498
......@@ -134,6 +134,7 @@
<artifactId>flatten-maven-plugin</artifactId>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>oss</flattenMode>
</configuration>
<executions>
<execution>
......
......@@ -4,13 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-admin-build</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Admin Build</name>
<description>Spring Boot Admin Build</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-dependencies</artifactId>
<version>${revision}</version>
<relativePath>../spring-boot-admin-dependencies</relativePath>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
......
......@@ -3,6 +3,8 @@
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>
<artifactId>spring-boot-admin-client</artifactId>
<name>Spring Boot Admin Client</name>
<description>Spring Boot Admin Client</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
......@@ -4,6 +4,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-admin-dependencies</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Admin Dependencies</name>
<description>Spring Boot Admin Dependencies</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin</artifactId>
......
......@@ -4,6 +4,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-admin-docs</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Admin Docs</name>
<description>Spring Boot Admin Docs</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
......@@ -4,6 +4,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-admin-samples</artifactId>
<packaging>pom</packaging>
<name>Spring Boot Admin Samples</name>
<description>Spring Boot Admin Samples</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
<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>
<artifactId>spring-boot-admin-sample-consul</artifactId>
<name>Spring Boot Admin Sample Consul</name>
<description>Spring Boot Admin Sample using Consul</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>${revision}</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample-consul</artifactId>
<dependencies>
<dependency>
<groupId>de.codecentric</groupId>
......
<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>
<artifactId>spring-boot-admin-sample-eureka</artifactId>
<name>Spring Boot Admin Sample Eureka</name>
<description>Spring Boot Admin Sample using Eureka</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>${revision}</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample-eureka</artifactId>
<dependencies>
<dependency>
<groupId>de.codecentric</groupId>
......
<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>
<artifactId>spring-boot-admin-sample-hazelcast</artifactId>
<name>Spring Boot Admin Sample Hazelcast</name>
<description>Spring Boot Admin Sample using Hazelcast</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>${revision}</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample-hazelcast</artifactId>
<dependencies>
<dependency>
<groupId>de.codecentric</groupId>
......
......@@ -4,6 +4,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-admin-sample-war</artifactId>
<packaging>war</packaging>
<name>Spring Boot Admin Sample War</name>
<description>Spring Boot Admin Sample packaged as war</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
......
<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">
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>
<artifactId>spring-boot-admin-sample-zookeeper</artifactId>
<name>Spring Boot Admin Sample Zookeeper</name>
<description>Spring Boot Admin Sample using Zookeeper</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>${revision}</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample-zookeeper</artifactId>
<dependencies>
<dependency>
<groupId>de.codecentric</groupId>
......
<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>
<artifactId>spring-boot-admin-sample</artifactId>
<name>Spring Boot Admin Sample</name>
<description>Spring Boot Admin Sample</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>${revision}</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-boot-admin-sample</artifactId>
<dependencies>
<dependency>
<groupId>de.codecentric</groupId>
......
......@@ -3,6 +3,8 @@
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>
<artifactId>spring-boot-admin-server-ui-activiti</artifactId>
<name>Spring Boot Admin Server Activiti UI</name>
<description>Spring Boot Admin Server Activiti UI</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
......@@ -3,6 +3,8 @@
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>
<artifactId>spring-boot-admin-server-ui-hystrix</artifactId>
<name>Spring Boot Admin Server Hystrix UI</name>
<description>Spring Boot Admin Server Hystrix UI</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
......@@ -3,6 +3,8 @@
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>
<artifactId>spring-boot-admin-server-ui-login</artifactId>
<name>Spring Boot Admin Server Login UI</name>
<description>Spring Boot Admin Server Login UI</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
......@@ -3,15 +3,14 @@
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>
<artifactId>spring-boot-admin-server-ui-turbine</artifactId>
<name>Spring Boot Admin Server Turbine UI</name>
<description>Spring Boot Admin Server Turbine UI</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
<version>${revision}</version>
<relativePath>../spring-boot-admin-build</relativePath>
</parent>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<dependencies>
<dependency>
<groupId>de.codecentric</groupId>
......
......@@ -3,6 +3,8 @@
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>
<artifactId>spring-boot-admin-server-ui</artifactId>
<name>Spring Boot Admin Server UI</name>
<description>Spring Boot Admin Server UI</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
......@@ -2,6 +2,8 @@
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>
<artifactId>spring-boot-admin-server</artifactId>
<name>Spring Boot Admin Server</name>
<description>Spring Boot Admin Server</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
......@@ -3,6 +3,8 @@
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>
<artifactId>spring-boot-admin-starter-client</artifactId>
<name>Spring Boot Admin Client Starter</name>
<description>Spring Boot Admin Client Starter</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
......@@ -3,6 +3,8 @@
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>
<artifactId>spring-boot-admin-starter-server</artifactId>
<name>Spring Boot Admin Server Starter</name>
<description>Spring Boot Admin Server Starter</description>
<parent>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-build</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment