Fix POMs for the updated build/release process
Fix POMs following project relocations and apply CI friendly Maven conventions. See gh-9316
This commit is contained in:
32
spring-boot-project/pom.xml
Normal file
32
spring-boot-project/pom.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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>
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-build</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-project</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Boot Build</name>
|
||||
<description>Spring Boot Build</description>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>spring-boot-dependencies</module>
|
||||
<module>spring-boot-parent</module>
|
||||
<module>spring-boot</module>
|
||||
<module>spring-boot-actuator</module>
|
||||
<module>spring-boot-actuator-autoconfigure</module>
|
||||
<module>spring-boot-autoconfigure</module>
|
||||
<module>spring-boot-cli</module>
|
||||
<module>spring-boot-devtools</module>
|
||||
<module>spring-boot-test</module>
|
||||
<module>spring-boot-test-autoconfigure</module>
|
||||
<module>spring-boot-tools</module>
|
||||
<module>spring-boot-starters</module>
|
||||
<module>spring-boot-docs</module>
|
||||
</modules>
|
||||
</project>
|
||||
Reference in New Issue
Block a user