From 02598bcabf92c8e99e534df34a19b9eba796e733 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 7 Nov 2019 13:16:00 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 24 +++++ reference/html/index.html | 24 +++++ reference/html/spring-cloud-build.html | 24 +++++ .../.flattened-pom.xml | 88 +++++++++++++++++++ 4 files changed, 160 insertions(+) create mode 100644 spring-cloud-build-dependencies/.flattened-pom.xml diff --git a/reference/html/README.html b/reference/html/README.html index 70928807..13ff0efc 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -105,6 +105,7 @@ $(addBlockSwitches);
  • IDE setup
  • +
  • Flattening the POMs
  • Reusing the documentation
  • Updating the guides
  • @@ -477,6 +478,29 @@ Remember to set the Scan Scope to All sources since we
    +

    Flattening the POMs

    +
    +
    +

    To avoid propagating build setup that is required to build a Spring Cloud project, we’re using the maven flatten plugin. It has the advantage of letting you use whatever features you need while publishing "clean" pom to the repository.

    +
    +
    +

    In order to add it, add the org.codehaus.mojo:flatten-maven-plugin to your pom.xml.

    +
    +
    +
    +
    <build>
    +    <plugins>
    +        <plugin>
    +            <groupId>org.codehaus.mojo</groupId>
    +            <artifactId>flatten-maven-plugin</artifactId>
    +        </plugin>
    +    </plugins>
    +</build>
    +
    +
    +
    +
    +

    Reusing the documentation

    diff --git a/reference/html/index.html b/reference/html/index.html index f4126e4d..e656c821 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -106,6 +106,7 @@ $(addBlockSwitches);
  • IDE setup
  • +
  • Flattening the POMs
  • Reusing the documentation
  • Updating the guides
  • @@ -478,6 +479,29 @@ Remember to set the Scan Scope to All sources since we
    +

    Flattening the POMs

    +
    +
    +

    To avoid propagating build setup that is required to build a Spring Cloud project, we’re using the maven flatten plugin. It has the advantage of letting you use whatever features you need while publishing "clean" pom to the repository.

    +
    +
    +

    In order to add it, add the org.codehaus.mojo:flatten-maven-plugin to your pom.xml.

    +
    +
    +
    +
    <build>
    +    <plugins>
    +        <plugin>
    +            <groupId>org.codehaus.mojo</groupId>
    +            <artifactId>flatten-maven-plugin</artifactId>
    +        </plugin>
    +    </plugins>
    +</build>
    +
    +
    +
    +
    +

    Reusing the documentation

    diff --git a/reference/html/spring-cloud-build.html b/reference/html/spring-cloud-build.html index f4126e4d..e656c821 100644 --- a/reference/html/spring-cloud-build.html +++ b/reference/html/spring-cloud-build.html @@ -106,6 +106,7 @@ $(addBlockSwitches);
  • IDE setup
  • +
  • Flattening the POMs
  • Reusing the documentation
  • Updating the guides
  • @@ -478,6 +479,29 @@ Remember to set the Scan Scope to All sources since we
    +

    Flattening the POMs

    +
    +
    +

    To avoid propagating build setup that is required to build a Spring Cloud project, we’re using the maven flatten plugin. It has the advantage of letting you use whatever features you need while publishing "clean" pom to the repository.

    +
    +
    +

    In order to add it, add the org.codehaus.mojo:flatten-maven-plugin to your pom.xml.

    +
    +
    +
    +
    <build>
    +    <plugins>
    +        <plugin>
    +            <groupId>org.codehaus.mojo</groupId>
    +            <artifactId>flatten-maven-plugin</artifactId>
    +        </plugin>
    +    </plugins>
    +</build>
    +
    +
    +
    +
    +

    Reusing the documentation

    diff --git a/spring-cloud-build-dependencies/.flattened-pom.xml b/spring-cloud-build-dependencies/.flattened-pom.xml new file mode 100644 index 00000000..17cce86e --- /dev/null +++ b/spring-cloud-build-dependencies/.flattened-pom.xml @@ -0,0 +1,88 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-dependencies + 2.2.1.RELEASE + + + org.springframework.cloud + spring-cloud-build-dependencies + 2.2.0.BUILD-SNAPSHOT + pom + spring-cloud-build-dependencies + Spring Cloud Build Dependencies: an internal BOM for use with Spring + Cloud projects. Use as a BOM or by inheriting from the spring-cloud build parent. + https://projects.spring.io/spring-boot/#/spring-cloud-build-dependencies + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + https://github.com/spring-projects/spring-boot/spring-cloud-build-dependencies + + + + repo.spring.io + Spring Release Repository + https://repo.spring.io/libs-release-local + + + repo.spring.io + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + + + spring-docs + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-cloud/docs/spring-cloud-build-dependencies/2.2.0.BUILD-SNAPSHOT + + https://github.com/spring-cloud + + + 2.2.1.RELEASE + UTF-8 + + + + spring + + + + true + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + + + false + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + + + false + + spring-releases + Spring Releases + https://repo.spring.io/release + + + + +