Skip to content

Commit 9440545

Browse files
committed
Fix maven plugin configuration
Closes spring-projectsgh-3601
1 parent e033dae commit 9440545

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@
7272
<artifactId>${project.artifactId}</artifactId>
7373
<version>${project.version}</version>
7474
<configuration>
75-
<excludes>
76-
<excludeArtifactIds>my-lib,another-lib</excludeArtifactIds>
77-
</excludes>
75+
<excludeArtifactIds>my-lib,another-lib</excludeArtifactIds>
7876
</configuration>
7977
...
8078
</plugin>
@@ -101,9 +99,7 @@
10199
<artifactId>${project.artifactId}</artifactId>
102100
<version>${project.version}</version>
103101
<configuration>
104-
<excludes>
105-
<excludeGroupIds>com.foo</excludeGroupIds>
106-
</excludes>
102+
<excludeGroupIds>com.foo</excludeGroupIds>
107103
</configuration>
108104
...
109105
</plugin>

0 commit comments

Comments
 (0)