File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,14 @@ The following listing shows a typical `pom.xml` file:
128
128
<version>{spring-boot-version}</version>
129
129
</parent>
130
130
131
+ <!-- Override inherited license and developers -->
132
+ <licenses>
133
+ <license />
134
+ </licenses>
135
+ <developers>
136
+ <developer />
137
+ </developers>
138
+
131
139
<!-- Add typical dependencies for a web application -->
132
140
<dependencies>
133
141
<dependency>
@@ -461,6 +469,13 @@ Open your favorite text editor and add the following:
461
469
<version>{spring-boot-version}</version>
462
470
</parent>
463
471
472
+ <licenses>
473
+ <license />
474
+ </licenses>
475
+ <developers>
476
+ <developer />
477
+ </developers>
478
+
464
479
<!-- Additional lines to be added here... -->
465
480
466
481
ifeval::["{spring-boot-artifactory-repo}" != "release"]
You can’t perform that action at this time.
0 commit comments