Add missing POM info
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
</parent>
|
||||
<artifactId>spring-boot-tools</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Boot Tools</name>
|
||||
<description>Spring Boot Tools</description>
|
||||
<url>http://projects.spring.io/spring-boot/</url>
|
||||
<organization>
|
||||
<name>Pivotal Software, Inc.</name>
|
||||
<url>http://www.spring.io</url>
|
||||
</organization>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/..</main.basedir>
|
||||
</properties>
|
||||
|
||||
@@ -9,6 +9,13 @@
|
||||
</parent>
|
||||
<artifactId>spring-boot-dependency-tools</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Boot Dependency Tools</name>
|
||||
<description>Spring Boot Dependency Tools</description>
|
||||
<url>http://projects.spring.io/spring-boot/</url>
|
||||
<organization>
|
||||
<name>Pivotal Software, Inc.</name>
|
||||
<url>http://www.spring.io</url>
|
||||
</organization>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
<generated.pom.dir>${project.build.directory}/generated-resources/org/springframework/boot/dependency/tools</generated.pom.dir>
|
||||
|
||||
@@ -8,6 +8,13 @@
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-gradle-plugin</artifactId>
|
||||
<name>Spring Boot Gradle Plugin</name>
|
||||
<description>Spring Boot Gradle Plugin</description>
|
||||
<url>http://projects.spring.io/spring-boot/</url>
|
||||
<organization>
|
||||
<name>Pivotal Software, Inc.</name>
|
||||
<url>http://www.spring.io</url>
|
||||
</organization>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
</properties>
|
||||
|
||||
@@ -9,6 +9,13 @@
|
||||
</parent>
|
||||
<artifactId>spring-boot-loader-tools</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Boot Loader Tools</name>
|
||||
<description>Spring Boot Loader Tools</description>
|
||||
<url>http://projects.spring.io/spring-boot/</url>
|
||||
<organization>
|
||||
<name>Pivotal Software, Inc.</name>
|
||||
<url>http://www.spring.io</url>
|
||||
</organization>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
</properties>
|
||||
|
||||
@@ -9,6 +9,14 @@
|
||||
</parent>
|
||||
<artifactId>spring-boot-loader</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Boot Loader</name>
|
||||
<description>Spring Boot Loader</description>
|
||||
<url>http://projects.spring.io/spring-boot/</url>
|
||||
<organization>
|
||||
<name>Pivotal Software, Inc.</name>
|
||||
<url>http://www.spring.io</url>
|
||||
</organization>
|
||||
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
</properties>
|
||||
|
||||
@@ -9,6 +9,13 @@
|
||||
</parent>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>Spring Boot Maven Plugin</name>
|
||||
<description>Spring Boot Maven Plugin</description>
|
||||
<url>http://projects.spring.io/spring-boot/</url>
|
||||
<organization>
|
||||
<name>Pivotal Software, Inc.</name>
|
||||
<url>http://www.spring.io</url>
|
||||
</organization>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user