Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-boot-admin
Commits
ab0ba0f8
Commit
ab0ba0f8
authored
Jan 27, 2018
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set flatten mode to oss for root pom
parent
5078c498
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
45 additions
and
10 deletions
+45
-10
pom.xml
pom.xml
+1
-0
pom.xml
spring-boot-admin-build/pom.xml
+2
-1
pom.xml
spring-boot-admin-client/pom.xml
+2
-0
pom.xml
spring-boot-admin-dependencies/pom.xml
+2
-0
pom.xml
spring-boot-admin-docs/pom.xml
+2
-0
pom.xml
spring-boot-admin-samples/pom.xml
+2
-0
pom.xml
...oot-admin-samples/spring-boot-admin-sample-consul/pom.xml
+3
-1
pom.xml
...oot-admin-samples/spring-boot-admin-sample-eureka/pom.xml
+3
-1
pom.xml
...-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
+3
-1
pom.xml
...g-boot-admin-samples/spring-boot-admin-sample-war/pom.xml
+2
-0
pom.xml
...-admin-samples/spring-boot-admin-sample-zookeeper/pom.xml
+4
-2
pom.xml
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
+3
-1
pom.xml
spring-boot-admin-server-ui-activiti/pom.xml
+2
-0
pom.xml
spring-boot-admin-server-ui-hystrix/pom.xml
+2
-0
pom.xml
spring-boot-admin-server-ui-login/pom.xml
+2
-0
pom.xml
spring-boot-admin-server-ui-turbine/pom.xml
+2
-3
pom.xml
spring-boot-admin-server-ui/pom.xml
+2
-0
pom.xml
spring-boot-admin-server/pom.xml
+2
-0
pom.xml
spring-boot-admin-starter-client/pom.xml
+2
-0
pom.xml
spring-boot-admin-starter-server/pom.xml
+2
-0
No files found.
pom.xml
View file @
ab0ba0f8
...
...
@@ -134,6 +134,7 @@
<artifactId>
flatten-maven-plugin
</artifactId>
<configuration>
<updatePomFile>
true
</updatePomFile>
<flattenMode>
oss
</flattenMode>
</configuration>
<executions>
<execution>
...
...
spring-boot-admin-build/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-client/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-dependencies/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-docs/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-samples/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-consul/pom.xml
View file @
ab0ba0f8
<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>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-eureka/pom.xml
View file @
ab0ba0f8
<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>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
View file @
ab0ba0f8
<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>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-war/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-zookeeper/pom.xml
View file @
ab0ba0f8
<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>
...
...
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
View file @
ab0ba0f8
<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>
...
...
spring-boot-admin-server-ui-activiti/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-server-ui-hystrix/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-server-ui-login/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-server-ui-turbine/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-server-ui/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-server/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-starter-client/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
spring-boot-admin-starter-server/pom.xml
View file @
ab0ba0f8
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment