Migrated to docs.spring.io & updated sc-build

This commit is contained in:
Marcin Grzejszczak
2020-06-04 13:28:30 +02:00
parent 53bc085549
commit 8b3cac77b0
4 changed files with 13 additions and 14 deletions

View File

@@ -15,8 +15,8 @@
<properties>
<docs.main>spring-cloud-cloudfoundry</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<docs.whitelisted.branches>2.1.x,2.2.x</docs.whitelisted.branches>
<configprops.inclusionPattern>spring.cloud.cloudfoundry.*</configprops.inclusionPattern>
<upload-docs-zip.phase>deploy</upload-docs-zip.phase>
</properties>
<dependencies>
<dependency>
@@ -36,16 +36,6 @@
<artifactId>spring-cloud-cloudfoundry-discovery</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>docs</id>
@@ -75,6 +65,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>

View File

@@ -15,4 +15,4 @@
|spring.cloud.cloudfoundry.url | | URL of Cloud Foundry API (Cloud Controller).
|spring.cloud.cloudfoundry.username | | Username to authenticate (usually an email address).
|===
|===