Changes to use parent pom
This commit is contained in:
40
pom.xml
40
pom.xml
@@ -3,9 +3,13 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build-docs-build</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>4.1.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<name>Spring Cloud Build Docs Build</name>
|
||||
<description>Builds Spring Cloud Build Docs.</description>
|
||||
@@ -22,47 +26,13 @@
|
||||
<url>https://github.com/spring-cloud/spring-cloud-build/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<properties>
|
||||
<maven.antora-version>1.0.0-alpha.4</maven.antora-version>
|
||||
<!-- Our Jenkins Servers are running Ubuntu 18.04 which uses glibc 2.27. This version of glibc is only compatible with Node 16.x -->
|
||||
<node.version>v16.20.2</node.version>
|
||||
</properties>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.antora</groupId>
|
||||
<artifactId>antora-maven-plugin</artifactId>
|
||||
<version>${maven.antora-version}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<nodeVersion>${node.version}</nodeVersion>
|
||||
<options>
|
||||
<option>--to-dir=target/antora/site</option>
|
||||
<option>--stacktrace</option>
|
||||
<option>--fetch</option>
|
||||
</options>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-snapshot</id>
|
||||
<url>https://repo.spring.io/snapshot</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user